#8C9ABA

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

Shades of Rock Blue #8C9ABA

Tints of Rock Blue #8C9ABA

Color information

#8C9ABA (or 0x8C9ABA) is unknown color: approx Rock Blue. HEX triplet: 8C, 9A and BA. RGB value is (140,154,186). Sum of RGB (Red+Green+Blue) = 140+154+186=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C9ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ABA is #736545. Grayscale: #999999. Windows color (decimal): -7562566 or 12229260. OLE color: 12229260.

HSL color Cylindrical-coordinate representation of color #8C9ABA: hue angle of 221.74º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C9ABA is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140154186-
CMYK0.250.1700.27
HSL221.74º25%63.92%-
HSV(B)221.74º24.73%72.94%-
XYZ31.2332.2351.03-
YUV153.46146.36118.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.17%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=29.17%
G=32.08%
B=38.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401541860.250.1700.27221.742563.92
Hex8C9ABA191101Bde1940
Octal214232272312103333631100
Binary100011001001101010111010110011000101101111011110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,154,186); }

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

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

 a { background-color: rgb(140,154,186); }

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

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

 span { border-color: rgb(140,154,186); }

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