#8A96AF

Color #8A96AF Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8A96AF

Tints of Rock Blue #8A96AF

Color information

#8A96AF (or 0x8A96AF) is unknown color: approx Rock Blue. HEX triplet: 8A, 96 and AF. RGB value is (138,150,175). Sum of RGB (Red+Green+Blue) = 138+150+175=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A96AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A96AF is #756950. Grayscale: #959595. Windows color (decimal): -7694673 or 11507338. OLE color: 11507338.

HSL color Cylindrical-coordinate representation of color #8A96AF: hue angle of 220.54º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A96AF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138150175-
CMYK0.210.1400.31
HSL220.54º18.78%61.37%-
HSV(B)220.54º21.14%68.63%-
XYZ29.1330.3144.87-
YUV149.26142.52119.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.81%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=29.81%
G=32.40%
B=37.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381501750.210.1400.31220.5418.7861.37
Hex8A96AF15E01Fdd133d
Octal21222625725160373352375
Binary1000101010010110101011111010111100111111101110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A96AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A96AF; }

 p { color: rgb(138,150,175); }

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

<style>
 a { background-color: #8A96AF; }

 a { background-color: rgb(138,150,175); }

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

<style>
 span { border-color: #8A96AF; }

 span { border-color: rgb(138,150,175); }

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