#8A9BBE

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

Shades of Rock Blue #8A9BBE

Tints of Rock Blue #8A9BBE

Color information

#8A9BBE (or 0x8A9BBE) is unknown color: approx Rock Blue. HEX triplet: 8A, 9B and BE. RGB value is (138,155,190). Sum of RGB (Red+Green+Blue) = 138+155+190=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A9BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BBE is #756441. Grayscale: #999999. Windows color (decimal): -7693378 or 12491658. OLE color: 12491658.

HSL color Cylindrical-coordinate representation of color #8A9BBE: hue angle of 220.38º 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 #8A9BBE is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138155190-
CMYK0.270.1800.25
HSL220.38º28.57%64.31%-
HSV(B)220.38º27.37%74.51%-
XYZ31.532.5653.34-
YUV153.91148.37116.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.57%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=28.57%
G=32.09%
B=39.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381551900.270.1800.25220.3828.5764.31
Hex8A9BBE1B12019dc1d40
Octal212233276332203133435100
Binary100010101001101110111110110111001001100111011100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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