#768AC0

Color #768AC0 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #768AC0

Tints of Wild Blue Yonder #768AC0

Color information

#768AC0 (or 0x768AC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8A and C0. RGB value is (118,138,192). Sum of RGB (Red+Green+Blue) = 118+138+192=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #768AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AC0 is #89753F. Grayscale: #898989. Windows color (decimal): -9008448 or 12618358. OLE color: 12618358.

HSL color Cylindrical-coordinate representation of color #768AC0: hue angle of 223.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #768AC0 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118138192-
CMYK0.390.2800.25
HSL223.78º37%60.78%-
HSV(B)223.78º38.54%75.29%-
XYZ26.0725.8353.48-
YUV138.18158.37113.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 26.34%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 192 (75.39% from 255) = 42.86%
R=26.34%
G=30.80%
B=42.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181381920.390.2800.25223.783760.78
Hex768AC0271C019e0253d
Octal16621230047340313404575
Binary111011010001010110000001001111110001100111100000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768AC0; }

 p { color: rgb(118,138,192); }

 H1.HeaderClassName
 {
   color: #768AC0;
 }
 .AnyTagClassName
 {
   color: #768AC0;
 }
</style>
background-color css

<style>
 a { background-color: #768AC0; }

 a { background-color: rgb(118,138,192); }

 div.DivClassName
 {
   background-color: #768AC0;
 }
 .BgClassName
 {
   background-color: #768AC0;
 }
</style>
border-color css

<style>
 span { border-color: #768AC0; }

 span { border-color: rgb(118,138,192); }

 td.TdClassName
 {
   border-color: #768AC0;
 }
 .TagClassName
 {
   border-color: #768AC0;
 }
</style>