#8A9CB3

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

Shades of Rock Blue #8A9CB3

Tints of Rock Blue #8A9CB3

Color information

#8A9CB3 (or 0x8A9CB3) is unknown color: approx Rock Blue. HEX triplet: 8A, 9C and B3. RGB value is (138,156,179). Sum of RGB (Red+Green+Blue) = 138+156+179=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A9CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9CB3 is #75634C. Grayscale: #999999. Windows color (decimal): -7693133 or 11771018. OLE color: 11771018.

HSL color Cylindrical-coordinate representation of color #8A9CB3: hue angle of 213.66º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A9CB3 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB138156179-
CMYK0.230.1300.30
HSL213.66º21.24%62.16%-
HSV(B)213.66º22.91%70.2%-
XYZ30.5132.4347.3-
YUV153.24142.54117.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.18%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 179 (70.31% from 255) = 37.84%
R=29.18%
G=32.98%
B=37.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381561790.230.1300.30213.6621.2462.16
Hex8A9CB317D01Ed6153e
Octal21223426327150363262576
Binary1000101010011100101100111011111010111101101011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,156,179); }

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

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

 a { background-color: rgb(138,156,179); }

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

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

 span { border-color: rgb(138,156,179); }

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