#7D7DAD

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

Shades of Wild Blue Yonder #7D7DAD

Tints of Wild Blue Yonder #7D7DAD

Color information

#7D7DAD (or 0x7D7DAD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 7D and AD. RGB value is (125,125,173). Sum of RGB (Red+Green+Blue) = 125+125+173=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D7DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7DAD is #828252. Grayscale: #828282. Windows color (decimal): -8553043 or 11369853. OLE color: 11369853.

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

Color convert

RGB125125173-
CMYK0.280.2800.32
HSL240º22.64%58.43%-
HSV(B)240º27.75%67.84%-
XYZ23.3322.0442.56-
YUV130.47152124.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.55%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=29.55%
G=29.55%
B=40.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251251730.280.2800.3224022.6458.43
Hex7D7DAD1C1C020f0173a
Octal17517525534340403602772
Binary1111101111110110101101111001110001000001111000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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