#768ECC

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

Shades of Wild Blue Yonder #768ECC

Tints of Wild Blue Yonder #768ECC

Color information

#768ECC (or 0x768ECC) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8E and CC. RGB value is (118,142,204). Sum of RGB (Red+Green+Blue) = 118+142+204=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #768ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ECC is #897133. Grayscale: #8D8D8D. Windows color (decimal): -9007412 or 13405814. OLE color: 13405814.

HSL color Cylindrical-coordinate representation of color #768ECC: hue angle of 223.26º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #768ECC is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB118142204-
CMYK0.420.3000.2
HSL223.26º45.74%63.14%-
HSV(B)223.26º42.16%80%-
XYZ28.0427.5660.97-
YUV141.89163.05110.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.43%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=25.43%
G=30.60%
B=43.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1181422040.420.3000.2223.2645.7463.14
Hex768ECC2A1E014df2e3f
Octal16621631452360243375677
Binary111011010001110110011001010101111001010011011111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,142,204); }

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

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

 a { background-color: rgb(118,142,204); }

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

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

 span { border-color: rgb(118,142,204); }

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