#7A95BD

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

Shades of Wild Blue Yonder #7A95BD

Tints of Wild Blue Yonder #7A95BD

Color information

#7A95BD (or 0x7A95BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 95 and BD. RGB value is (122,149,189). Sum of RGB (Red+Green+Blue) = 122+149+189=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A95BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A95BD is #856A42. Grayscale: #919191. Windows color (decimal): -8743491 or 12424570. OLE color: 12424570.

HSL color Cylindrical-coordinate representation of color #7A95BD: hue angle of 215.82º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A95BD is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122149189-
CMYK0.350.2100.26
HSL215.82º33.67%60.98%-
HSV(B)215.82º35.45%74.12%-
XYZ27.9629.3152.33-
YUV145.49152.55111.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.52%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=26.52%
G=32.39%
B=41.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221491890.350.2100.26215.8233.6760.98
Hex7A95BD231501Ad8223d
Octal17222527543250323304275
Binary111101010010101101111011000111010101101011011000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A95BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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