#7D7CAC

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

Shades of Wild Blue Yonder #7D7CAC

Tints of Wild Blue Yonder #7D7CAC

Color information

#7D7CAC (or 0x7D7CAC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 7C and AC. RGB value is (125,124,172). Sum of RGB (Red+Green+Blue) = 125+124+172=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D7CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7CAC is #828353. Grayscale: #818181. Windows color (decimal): -8553300 or 11304061. OLE color: 11304061.

HSL color Cylindrical-coordinate representation of color #7D7CAC: hue angle of 241.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D7CAC is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125124172-
CMYK0.270.2800.33
HSL241.25º22.43%58.04%-
HSV(B)241.25º27.91%67.45%-
XYZ23.1121.7542.01-
YUV129.77151.83124.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.69%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=29.69%
G=29.45%
B=40.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251241720.270.2800.33241.2522.4358.04
Hex7D7CAC1B1C021f1163a
Octal17517425433340413612672
Binary1111101111110010101100110111110001000011111000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,124,172); }

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

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

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

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

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

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

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