#7F7EAD

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

Shades of Wild Blue Yonder #7F7EAD

Tints of Wild Blue Yonder #7F7EAD

Color information

#7F7EAD (or 0x7F7EAD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 7E and AD. RGB value is (127,126,173). Sum of RGB (Red+Green+Blue) = 127+126+173=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F7EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7EAD is #808152. Grayscale: #838383. Windows color (decimal): -8421715 or 11370111. OLE color: 11370111.

HSL color Cylindrical-coordinate representation of color #7F7EAD: hue angle of 241.28º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F7EAD is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB127126173-
CMYK0.270.2700.32
HSL241.28º22.27%58.63%-
HSV(B)241.28º27.17%67.84%-
XYZ23.7622.4542.62-
YUV131.66151.33124.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.81%
GREEN value IS 126 (49.61% from 255) = 29.58%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=29.81%
G=29.58%
B=40.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271261730.270.2700.32241.2822.2758.63
Hex7F7EAD1B1B020f1163b
Octal17717625533330403612673
Binary1111111111111010101101110111101101000001111000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,126,173); }

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

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

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

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

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

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

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