#7A91CC

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

Shades of Wild Blue Yonder #7A91CC

Tints of Wild Blue Yonder #7A91CC

Color information

#7A91CC (or 0x7A91CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 91 and CC. RGB value is (122,145,204). Sum of RGB (Red+Green+Blue) = 122+145+204=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A91CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A91CC is #856E33. Grayscale: #909090. Windows color (decimal): -8744500 or 13406586. OLE color: 13406586.

HSL color Cylindrical-coordinate representation of color #7A91CC: hue angle of 223.17º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A91CC is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB122145204-
CMYK0.400.2900.2
HSL223.17º44.57%63.92%-
HSV(B)223.17º40.2%80%-
XYZ29.0528.7561.14-
YUV144.85161.38111.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.90%
GREEN value IS 145 (57.03% from 255) = 30.79%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=25.90%
G=30.79%
B=43.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221452040.400.2900.2223.1744.5763.92
Hex7A91CC281D014df2d40
Octal172221314503502433755100
Binary1111010100100011100110010100011101010100110111111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A91CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,145,204); }

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

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

 a { background-color: rgb(122,145,204); }

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

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

 span { border-color: rgb(122,145,204); }

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