#7D7FAF

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

Shades of Wild Blue Yonder #7D7FAF

Tints of Wild Blue Yonder #7D7FAF

Color information

#7D7FAF (or 0x7D7FAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 7F and AF. RGB value is (125,127,175). Sum of RGB (Red+Green+Blue) = 125+127+175=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D7FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7FAF is #828050. Grayscale: #838383. Windows color (decimal): -8552529 or 11501437. OLE color: 11501437.

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

Color convert

RGB125127175-
CMYK0.290.2700.31
HSL237.6º23.81%58.82%-
HSV(B)237.6º28.57%68.63%-
XYZ23.7822.6343.67-
YUV131.87152.34123.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.27%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=29.27%
G=29.74%
B=40.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251271750.290.2700.31237.623.8158.82
Hex7D7FAF1D1B01Fee183b
Octal17517725735330373563073
Binary111110111111111010111111101110110111111110111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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