#7F92BE

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

Shades of Wild Blue Yonder #7F92BE

Tints of Wild Blue Yonder #7F92BE

Color information

#7F92BE (or 0x7F92BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 92 and BE. RGB value is (127,146,190). Sum of RGB (Red+Green+Blue) = 127+146+190=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F92BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F92BE is #806D41. Grayscale: #919191. Windows color (decimal): -8416578 or 12489343. OLE color: 12489343.

HSL color Cylindrical-coordinate representation of color #7F92BE: hue angle of 221.9º 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 #7F92BE is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127146190-
CMYK0.330.2300.25
HSL221.9º32.64%62.16%-
HSV(B)221.9º33.16%74.51%-
XYZ28.3328.7952.78-
YUV145.34153.21114.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.43%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=27.43%
G=31.53%
B=41.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271461900.330.2300.25221.932.6462.16
Hex7F92BE2117019de213e
Octal17722227641270313364176
Binary111111110010010101111101000011011101100111011110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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