#8798BC

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

Shades of Rock Blue #8798BC

Tints of Rock Blue #8798BC

Color information

#8798BC (or 0x8798BC) is unknown color: approx Rock Blue. HEX triplet: 87, 98 and BC. RGB value is (135,152,188). Sum of RGB (Red+Green+Blue) = 135+152+188=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #8798BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8798BC is #786743. Grayscale: #969696. Windows color (decimal): -7890756 or 12359815. OLE color: 12359815.

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

Color convert

RGB135152188-
CMYK0.280.1900.26
HSL220.75º28.34%63.33%-
HSV(B)220.75º28.19%73.73%-
XYZ30.331.2452.01-
YUV151.02148.87116.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.42%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=28.42%
G=32%
B=39.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351521880.280.1900.26220.7528.3463.33
Hex8798BC1C1301Add1c3f
Octal20723027434230323353477
Binary10000111100110001011110011100100110110101101110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8798BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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