#768BC9

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

Shades of Wild Blue Yonder #768BC9

Tints of Wild Blue Yonder #768BC9

Color information

#768BC9 (or 0x768BC9) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8B and C9. RGB value is (118,139,201). Sum of RGB (Red+Green+Blue) = 118+139+201=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #768BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BC9 is #897436. Grayscale: #8B8B8B. Windows color (decimal): -9008183 or 13208438. OLE color: 13208438.

HSL color Cylindrical-coordinate representation of color #768BC9: hue angle of 224.82º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #768BC9 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118139201-
CMYK0.410.3100.21
HSL224.82º43.46%62.55%-
HSV(B)224.82º41.29%78.82%-
XYZ27.2526.5358.94-
YUV139.79162.54112.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.76%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 201 (78.91% from 255) = 43.89%
R=25.76%
G=30.35%
B=43.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181392010.410.3100.21224.8243.4662.55
Hex768BC9291F015e12b3f
Octal16621331151370253415377
Binary111011010001011110010011010011111101010111100001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,139,201); }

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

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

 a { background-color: rgb(118,139,201); }

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

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

 span { border-color: rgb(118,139,201); }

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