#7691CB

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

Shades of Wild Blue Yonder #7691CB

Tints of Wild Blue Yonder #7691CB

Color information

#7691CB (or 0x7691CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 91 and CB. RGB value is (118,145,203). Sum of RGB (Red+Green+Blue) = 118+145+203=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #7691CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691CB is #896E34. Grayscale: #8F8F8F. Windows color (decimal): -9006645 or 13341046. OLE color: 13341046.

HSL color Cylindrical-coordinate representation of color #7691CB: hue angle of 220.94º degrees, saturation: 0.45, 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 #7691CB is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118145203-
CMYK0.420.2900.20
HSL220.94º44.97%62.94%-
HSV(B)220.94º41.87%79.61%-
XYZ28.3828.4160.49-
YUV143.54161.55109.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.32%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=25.32%
G=31.12%
B=43.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181452030.420.2900.20220.9444.9762.94
Hex7691CB2A1D014dd2d3f
Octal16622131352350243355577
Binary111011010010001110010111010101110101010011011101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7691CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7691CB; }

 p { color: rgb(118,145,203); }

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

<style>
 a { background-color: #7691CB; }

 a { background-color: rgb(118,145,203); }

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

<style>
 span { border-color: #7691CB; }

 span { border-color: rgb(118,145,203); }

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