#8797BE

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

Shades of Rock Blue #8797BE

Tints of Rock Blue #8797BE

Color information

#8797BE (or 0x8797BE) is unknown color: approx Rock Blue. HEX triplet: 87, 97 and BE. RGB value is (135,151,190). Sum of RGB (Red+Green+Blue) = 135+151+190=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #8797BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8797BE is #786841. Grayscale: #969696. Windows color (decimal): -7891010 or 12490631. OLE color: 12490631.

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

Color convert

RGB135151190-
CMYK0.290.2100.25
HSL222.55º29.73%63.73%-
HSV(B)222.55º28.95%74.51%-
XYZ30.353153.1-
YUV150.66150.2116.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.36%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=28.36%
G=31.72%
B=39.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351511900.290.2100.25222.5529.7363.73
Hex8797BE1D15019df1e40
Octal207227276352503133736100
Binary100001111001011110111110111011010101100111011111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8797BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8797BE; }

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

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

<style>
 a { background-color: #8797BE; }

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

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

<style>
 span { border-color: #8797BE; }

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

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