#768ABC

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

Shades of Wild Blue Yonder #768ABC

Tints of Wild Blue Yonder #768ABC

Color information

#768ABC (or 0x768ABC) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8A and BC. RGB value is (118,138,188). Sum of RGB (Red+Green+Blue) = 118+138+188=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #768ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ABC is #897543. Grayscale: #898989. Windows color (decimal): -9008452 or 12356214. OLE color: 12356214.

HSL color Cylindrical-coordinate representation of color #768ABC: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #768ABC is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118138188-
CMYK0.370.2700.26
HSL222.86º34.31%60%-
HSV(B)222.86º37.23%73.73%-
XYZ25.6425.6651.18-
YUV137.72156.37113.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.58%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 188 (73.83% from 255) = 42.34%
R=26.58%
G=31.08%
B=42.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181381880.370.2700.26222.8634.3160
Hex768ABC251B01Adf223c
Octal16621227445330323374274
Binary111011010001010101111001001011101101101011011111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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