#8A97BE

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

Shades of Rock Blue #8A97BE

Tints of Rock Blue #8A97BE

Color information

#8A97BE (or 0x8A97BE) is unknown color: approx Rock Blue. HEX triplet: 8A, 97 and BE. RGB value is (138,151,190). Sum of RGB (Red+Green+Blue) = 138+151+190=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A97BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A97BE is #756841. Grayscale: #979797. Windows color (decimal): -7694402 or 12490634. OLE color: 12490634.

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

Color convert

RGB138151190-
CMYK0.270.2100.25
HSL225º28.57%64.31%-
HSV(B)225º27.37%74.51%-
XYZ30.8431.2553.12-
YUV151.56149.69118.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.81%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=28.81%
G=31.52%
B=39.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381511900.270.2100.2522528.5764.31
Hex8A97BE1B15019e11d40
Octal212227276332503134135100
Binary100010101001011110111110110111010101100111100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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