#7A7CAC

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

Shades of Wild Blue Yonder #7A7CAC

Tints of Wild Blue Yonder #7A7CAC

Color information

#7A7CAC (or 0x7A7CAC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 7C and AC. RGB value is (122,124,172). Sum of RGB (Red+Green+Blue) = 122+124+172=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A7CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7CAC is #858353. Grayscale: #808080. Windows color (decimal): -8749908 or 11304058. OLE color: 11304058.

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

Color convert

RGB122124172-
CMYK0.290.2800.33
HSL237.6º23.15%57.65%-
HSV(B)237.6º29.07%67.45%-
XYZ22.6821.5341.99-
YUV128.87152.34123.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.19%
GREEN value IS 124 (48.83% from 255) = 29.67%
BLUE value IS 172 (67.58% from 255) = 41.15%
R=29.19%
G=29.67%
B=41.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221241720.290.2800.33237.623.1557.65
Hex7A7CAC1D1C021ee173a
Octal17217425435340413562772
Binary1111010111110010101100111011110001000011110111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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