#7F85BC

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

Shades of Wild Blue Yonder #7F85BC

Tints of Wild Blue Yonder #7F85BC

Color information

#7F85BC (or 0x7F85BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 85 and BC. RGB value is (127,133,188). Sum of RGB (Red+Green+Blue) = 127+133+188=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F85BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F85BC is #807A43. Grayscale: #898989. Windows color (decimal): -8419908 or 12354943. OLE color: 12354943.

HSL color Cylindrical-coordinate representation of color #7F85BC: hue angle of 234.1º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F85BC is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB127133188-
CMYK0.320.2900.26
HSL234.1º31.28%61.76%-
HSV(B)234.1º32.45%73.73%-
XYZ26.2224.9251-
YUV137.48156.51120.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.35%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=28.35%
G=29.69%
B=41.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271331880.320.2900.26234.131.2861.76
Hex7F85BC201D01Aea1f3e
Octal17720527440350323523776
Binary11111111000010110111100100000111010110101110101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,133,188); }

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

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

 a { background-color: rgb(127,133,188); }

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

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

 span { border-color: rgb(127,133,188); }

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