#7691C9

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

Shades of Wild Blue Yonder #7691C9

Tints of Wild Blue Yonder #7691C9

Color information

#7691C9 (or 0x7691C9) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 91 and C9. RGB value is (118,145,201). Sum of RGB (Red+Green+Blue) = 118+145+201=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #7691C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691C9 is #896E36. Grayscale: #8F8F8F. Windows color (decimal): -9006647 or 13209974. OLE color: 13209974.

HSL color Cylindrical-coordinate representation of color #7691C9: hue angle of 220.48º 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 #7691C9 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118145201-
CMYK0.410.2800.21
HSL220.48º43.46%62.55%-
HSV(B)220.48º41.29%78.82%-
XYZ28.1428.3259.24-
YUV143.31160.55109.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.43%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=25.43%
G=31.25%
B=43.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181452010.410.2800.21220.4843.4662.55
Hex7691C9291C015dc2b3f
Octal16622131151340253345377
Binary111011010010001110010011010011110001010111011100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7691C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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