#7C7CAD

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

Shades of Wild Blue Yonder #7C7CAD

Tints of Wild Blue Yonder #7C7CAD

Color information

#7C7CAD (or 0x7C7CAD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 7C and AD. RGB value is (124,124,173). Sum of RGB (Red+Green+Blue) = 124+124+173=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C7CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7CAD is #838352. Grayscale: #818181. Windows color (decimal): -8618835 or 11369596. OLE color: 11369596.

HSL color Cylindrical-coordinate representation of color #7C7CAD: 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 #7C7CAD is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB124124173-
CMYK0.280.2800.32
HSL240º23%58.24%-
HSV(B)240º28.32%67.84%-
XYZ23.0621.7242.51-
YUV129.59152.5124.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.45%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=29.45%
G=29.45%
B=41.09%

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
Decimal1241241730.280.2800.322402358.24
Hex7C7CAD1C1C020f0173a
Octal17417425534340403602772
Binary1111100111110010101101111001110001000001111000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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