#7A95BE

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

Shades of Wild Blue Yonder #7A95BE

Tints of Wild Blue Yonder #7A95BE

Color information

#7A95BE (or 0x7A95BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 95 and BE. RGB value is (122,149,190). Sum of RGB (Red+Green+Blue) = 122+149+190=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A95BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A95BE is #856A41. Grayscale: #919191. Windows color (decimal): -8743490 or 12490106. OLE color: 12490106.

HSL color Cylindrical-coordinate representation of color #7A95BE: hue angle of 216.18º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A95BE is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122149190-
CMYK0.360.2200.25
HSL216.18º34.34%61.18%-
HSV(B)216.18º35.79%74.51%-
XYZ28.0729.3552.9-
YUV145.6153.05111.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.46%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=26.46%
G=32.32%
B=41.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221491900.360.2200.25216.1834.3461.18
Hex7A95BE2416019d8223d
Octal17222527644260313304275
Binary111101010010101101111101001001011001100111011000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,149,190); }

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

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

 a { background-color: rgb(122,149,190); }

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

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

 span { border-color: rgb(122,149,190); }

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