#7F90BE

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

Shades of Wild Blue Yonder #7F90BE

Tints of Wild Blue Yonder #7F90BE

Color information

#7F90BE (or 0x7F90BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 90 and BE. RGB value is (127,144,190). Sum of RGB (Red+Green+Blue) = 127+144+190=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F90BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F90BE is #806F41. Grayscale: #8F8F8F. Windows color (decimal): -8417090 or 12488831. OLE color: 12488831.

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

Color convert

RGB127144190-
CMYK0.330.2400.25
HSL223.81º32.64%62.16%-
HSV(B)223.81º33.16%74.51%-
XYZ28.0228.1852.68-
YUV144.16153.87115.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.55%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=27.55%
G=31.24%
B=41.21%

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
Decimal1271441900.330.2400.25223.8132.6462.16
Hex7F90BE2118019e0213e
Octal17722027641300313404176
Binary111111110010000101111101000011100001100111100000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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