#7D7EAF

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

Shades of Wild Blue Yonder #7D7EAF

Tints of Wild Blue Yonder #7D7EAF

Color information

#7D7EAF (or 0x7D7EAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 7E and AF. RGB value is (125,126,175). Sum of RGB (Red+Green+Blue) = 125+126+175=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D7EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7EAF is #828150. Grayscale: #838383. Windows color (decimal): -8552785 or 11501181. OLE color: 11501181.

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

Color convert

RGB125126175-
CMYK0.290.2800.31
HSL238.8º23.81%58.82%-
HSV(B)238.8º28.57%68.63%-
XYZ23.6622.3843.63-
YUV131.29152.67123.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.34%
GREEN value IS 126 (49.61% from 255) = 29.58%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=29.34%
G=29.58%
B=41.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251261750.290.2800.31238.823.8158.82
Hex7D7EAF1D1C01Fef183b
Octal17517625735340373573073
Binary111110111111101010111111101111000111111110111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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