#7F88BE

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

Shades of Wild Blue Yonder #7F88BE

Tints of Wild Blue Yonder #7F88BE

Color information

#7F88BE (or 0x7F88BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 88 and BE. RGB value is (127,136,190). Sum of RGB (Red+Green+Blue) = 127+136+190=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F88BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F88BE is #807741. Grayscale: #8B8B8B. Windows color (decimal): -8419138 or 12486783. OLE color: 12486783.

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

Color convert

RGB127136190-
CMYK0.330.2800.25
HSL231.43º32.64%62.16%-
HSV(B)231.43º33.16%74.51%-
XYZ26.8525.8452.29-
YUV139.46156.52119.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.04%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=28.04%
G=30.02%
B=41.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271361900.330.2800.25231.4332.6462.16
Hex7F88BE211C019e7213e
Octal17721027641340313474176
Binary111111110001000101111101000011110001100111100111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F88BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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