#7F85AF

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

Shades of Wild Blue Yonder #7F85AF

Tints of Wild Blue Yonder #7F85AF

Color information

#7F85AF (or 0x7F85AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 85 and AF. RGB value is (127,133,175). Sum of RGB (Red+Green+Blue) = 127+133+175=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F85AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F85AF is #807A50. Grayscale: #878787. Windows color (decimal): -8419921 or 11502975. OLE color: 11502975.

HSL color Cylindrical-coordinate representation of color #7F85AF: hue angle of 232.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F85AF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127133175-
CMYK0.270.2400.31
HSL232.5º23.08%59.22%-
HSV(B)232.5º27.43%68.63%-
XYZ24.8824.3843.95-
YUV135.99150.01121.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.20%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=29.20%
G=30.57%
B=40.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271331750.270.2400.31232.523.0859.22
Hex7F85AF1B1801Fe8173b
Octal17720525733300373502773
Binary1111111100001011010111111011110000111111110100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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