#7F88AF

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

Shades of Wild Blue Yonder #7F88AF

Tints of Wild Blue Yonder #7F88AF

Color information

#7F88AF (or 0x7F88AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 88 and AF. RGB value is (127,136,175). Sum of RGB (Red+Green+Blue) = 127+136+175=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F88AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F88AF is #807750. Grayscale: #898989. Windows color (decimal): -8419153 or 11503743. OLE color: 11503743.

HSL color Cylindrical-coordinate representation of color #7F88AF: hue angle of 228.75º 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 #7F88AF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127136175-
CMYK0.270.2200.31
HSL228.75º23.08%59.22%-
HSV(B)228.75º27.43%68.63%-
XYZ25.2925.2244.09-
YUV137.76149.02120.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.00%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=29.00%
G=31.05%
B=39.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271361750.270.2200.31228.7523.0859.22
Hex7F88AF1B1601Fe5173b
Octal17721025733260373452773
Binary1111111100010001010111111011101100111111110010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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