#7F87BF

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

Shades of Wild Blue Yonder #7F87BF

Tints of Wild Blue Yonder #7F87BF

Color information

#7F87BF (or 0x7F87BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 87 and BF. RGB value is (127,135,191). Sum of RGB (Red+Green+Blue) = 127+135+191=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F87BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F87BF is #807840. Grayscale: #8A8A8A. Windows color (decimal): -8419393 or 12552063. OLE color: 12552063.

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

Color convert

RGB127135191-
CMYK0.340.2900.25
HSL232.5º33.33%62.35%-
HSV(B)232.5º33.51%74.9%-
XYZ26.8225.652.82-
YUV138.99157.35119.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.04%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 191 (75% from 255) = 42.16%
R=28.04%
G=29.80%
B=42.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271351910.340.2900.25232.533.3362.35
Hex7F87BF221D019e8213e
Octal17720727742350313504176
Binary111111110000111101111111000101110101100111101000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F87BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,135,191); }

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

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

 a { background-color: rgb(127,135,191); }

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

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

 span { border-color: rgb(127,135,191); }

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