#8498BD

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

Shades of Rock Blue #8498BD

Tints of Rock Blue #8498BD

Color information

#8498BD (or 0x8498BD) is unknown color: approx Rock Blue. HEX triplet: 84, 98 and BD. RGB value is (132,152,189). Sum of RGB (Red+Green+Blue) = 132+152+189=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #8498BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498BD is #7B6742. Grayscale: #969696. Windows color (decimal): -8087363 or 12425348. OLE color: 12425348.

HSL color Cylindrical-coordinate representation of color #8498BD: hue angle of 218.95º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8498BD is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132152189-
CMYK0.300.2000.26
HSL218.95º30.16%62.94%-
HSV(B)218.95º30.16%74.12%-
XYZ29.9331.0452.56-
YUV150.24149.87114.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=27.91%
G=32.14%
B=39.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321521890.300.2000.26218.9530.1662.94
Hex8498BD1E1401Adb1e3f
Octal20423027536240323333677
Binary10000100100110001011110111110101000110101101101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8498BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8498BD; }

 p { color: rgb(132,152,189); }

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

<style>
 a { background-color: #8498BD; }

 a { background-color: rgb(132,152,189); }

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

<style>
 span { border-color: #8498BD; }

 span { border-color: rgb(132,152,189); }

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