#7F91BE

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

Shades of Wild Blue Yonder #7F91BE

Tints of Wild Blue Yonder #7F91BE

Color information

#7F91BE (or 0x7F91BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 91 and BE. RGB value is (127,145,190). Sum of RGB (Red+Green+Blue) = 127+145+190=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F91BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F91BE is #806E41. Grayscale: #909090. Windows color (decimal): -8416834 or 12489087. OLE color: 12489087.

HSL color Cylindrical-coordinate representation of color #7F91BE: hue angle of 222.86º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F91BE is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127145190-
CMYK0.330.2400.25
HSL222.86º32.64%62.16%-
HSV(B)222.86º33.16%74.51%-
XYZ28.1728.4852.73-
YUV144.75153.54115.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.49%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=27.49%
G=31.39%
B=41.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271451900.330.2400.25222.8632.6462.16
Hex7F91BE2118019df213e
Octal17722127641300313374176
Binary111111110010001101111101000011100001100111011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F91BE; }

 p { color: rgb(127,145,190); }

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

<style>
 a { background-color: #7F91BE; }

 a { background-color: rgb(127,145,190); }

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

<style>
 span { border-color: #7F91BE; }

 span { border-color: rgb(127,145,190); }

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