#8A9ABE

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

Shades of Rock Blue #8A9ABE

Tints of Rock Blue #8A9ABE

Color information

#8A9ABE (or 0x8A9ABE) is unknown color: approx Rock Blue. HEX triplet: 8A, 9A and BE. RGB value is (138,154,190). Sum of RGB (Red+Green+Blue) = 138+154+190=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9ABE is #756541. Grayscale: #999999. Windows color (decimal): -7693634 or 12491402. OLE color: 12491402.

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

Color convert

RGB138154190-
CMYK0.270.1900.25
HSL221.54º28.57%64.31%-
HSV(B)221.54º27.37%74.51%-
XYZ31.3332.2353.29-
YUV153.32148.7117.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.63%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=28.63%
G=31.95%
B=39.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381541900.270.1900.25221.5428.5764.31
Hex8A9ABE1B13019de1d40
Octal212232276332303133635100
Binary100010101001101010111110110111001101100111011110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,154,190); }

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

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

 a { background-color: rgb(138,154,190); }

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

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

 span { border-color: rgb(138,154,190); }

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