#7F7FAF

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

Shades of Wild Blue Yonder #7F7FAF

Tints of Wild Blue Yonder #7F7FAF

Color information

#7F7FAF (or 0x7F7FAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 7F and AF. RGB value is (127,127,175). Sum of RGB (Red+Green+Blue) = 127+127+175=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F7FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7FAF is #808050. Grayscale: #848484. Windows color (decimal): -8421457 or 11501439. OLE color: 11501439.

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

Color convert

RGB127127175-
CMYK0.270.2700.31
HSL240º23.08%59.22%-
HSV(B)240º27.43%68.63%-
XYZ24.0822.7943.69-
YUV132.47152124.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.60%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=29.60%
G=29.60%
B=40.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271271750.270.2700.3124023.0859.22
Hex7F7FAF1B1B01Ff0173b
Octal17717725733330373602773
Binary111111111111111010111111011110110111111111000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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