#8798BB

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

Shades of Rock Blue #8798BB

Tints of Rock Blue #8798BB

Color information

#8798BB (or 0x8798BB) is unknown color: approx Rock Blue. HEX triplet: 87, 98 and BB. RGB value is (135,152,187). Sum of RGB (Red+Green+Blue) = 135+152+187=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #8798BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8798BB is #786744. Grayscale: #969696. Windows color (decimal): -7890757 or 12294279. OLE color: 12294279.

HSL color Cylindrical-coordinate representation of color #8798BB: hue angle of 220.38º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8798BB is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135152187-
CMYK0.280.1900.27
HSL220.38º27.66%63.14%-
HSV(B)220.38º27.81%73.33%-
XYZ30.1931.251.44-
YUV150.91148.37116.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.48%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=28.48%
G=32.07%
B=39.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351521870.280.1900.27220.3827.6663.14
Hex8798BB1C1301Bdc1c3f
Octal20723027334230333343477
Binary10000111100110001011101111100100110110111101110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8798BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8798BB; }

 p { color: rgb(135,152,187); }

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

<style>
 a { background-color: #8798BB; }

 a { background-color: rgb(135,152,187); }

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

<style>
 span { border-color: #8798BB; }

 span { border-color: rgb(135,152,187); }

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