#768FCD

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

Shades of Wild Blue Yonder #768FCD

Tints of Wild Blue Yonder #768FCD

Color information

#768FCD (or 0x768FCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8F and CD. RGB value is (118,143,205). Sum of RGB (Red+Green+Blue) = 118+143+205=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #768FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FCD is #897032. Grayscale: #8E8E8E. Windows color (decimal): -9007155 or 13471606. OLE color: 13471606.

HSL color Cylindrical-coordinate representation of color #768FCD: hue angle of 222.76º degrees, saturation: 0.47, 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 #768FCD is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118143205-
CMYK0.420.3000.20
HSL222.76º46.52%63.33%-
HSV(B)222.76º42.44%80.39%-
XYZ28.3127.961.65-
YUV142.59163.22110.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.32%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=25.32%
G=30.69%
B=43.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181432050.420.3000.20222.7646.5263.33
Hex768FCD2A1E014df2f3f
Octal16621731552360243375777
Binary111011010001111110011011010101111001010011011111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,143,205); }

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

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

 a { background-color: rgb(118,143,205); }

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

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

 span { border-color: rgb(118,143,205); }

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