#7A96BD

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

Shades of Wild Blue Yonder #7A96BD

Tints of Wild Blue Yonder #7A96BD

Color information

#7A96BD (or 0x7A96BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 96 and BD. RGB value is (122,150,189). Sum of RGB (Red+Green+Blue) = 122+150+189=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A96BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A96BD is #856942. Grayscale: #919191. Windows color (decimal): -8743235 or 12424826. OLE color: 12424826.

HSL color Cylindrical-coordinate representation of color #7A96BD: hue angle of 214.93º 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 #7A96BD is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122150189-
CMYK0.350.2100.26
HSL214.93º33.67%60.98%-
HSV(B)214.93º35.45%74.12%-
XYZ28.1229.6252.38-
YUV146.07152.22110.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.46%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=26.46%
G=32.54%
B=41.00%

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
Decimal1221501890.350.2100.26214.9333.6760.98
Hex7A96BD231501Ad7223d
Octal17222627543250323274275
Binary111101010010110101111011000111010101101011010111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A96BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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