#7D7DAF

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

Shades of Wild Blue Yonder #7D7DAF

Tints of Wild Blue Yonder #7D7DAF

Color information

#7D7DAF (or 0x7D7DAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 7D and AF. RGB value is (125,125,175). Sum of RGB (Red+Green+Blue) = 125+125+175=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D7DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7DAF is #828250. Grayscale: #828282. Windows color (decimal): -8553041 or 11500925. OLE color: 11500925.

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

Color convert

RGB125125175-
CMYK0.290.2900.31
HSL240º23.81%58.82%-
HSV(B)240º28.57%68.63%-
XYZ23.5322.1243.59-
YUV130.7153123.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.41%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 175 (68.75% from 255) = 41.18%
R=29.41%
G=29.41%
B=41.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251251750.290.2900.3124023.8158.82
Hex7D7DAF1D1D01Ff0183b
Octal17517525735350373603073
Binary111110111111011010111111101111010111111111000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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