#768DCC

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

Shades of Wild Blue Yonder #768DCC

Tints of Wild Blue Yonder #768DCC

Color information

#768DCC (or 0x768DCC) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8D and CC. RGB value is (118,141,204). Sum of RGB (Red+Green+Blue) = 118+141+204=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #768DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DCC is #897233. Grayscale: #8D8D8D. Windows color (decimal): -9007668 or 13405558. OLE color: 13405558.

HSL color Cylindrical-coordinate representation of color #768DCC: hue angle of 223.95º 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 #768DCC is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB118141204-
CMYK0.420.3100.2
HSL223.95º45.74%63.14%-
HSV(B)223.95º42.16%80%-
XYZ27.927.2660.92-
YUV141.3163.38111.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.49%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=25.49%
G=30.45%
B=44.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1181412040.420.3100.2223.9545.7463.14
Hex768DCC2A1F014e02e3f
Octal16621531452370243405677
Binary111011010001101110011001010101111101010011100000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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