#8498BF

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

Shades of Rock Blue #8498BF

Tints of Rock Blue #8498BF

Color information

#8498BF (or 0x8498BF) is unknown color: approx Rock Blue. HEX triplet: 84, 98 and BF. RGB value is (132,152,191). Sum of RGB (Red+Green+Blue) = 132+152+191=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #8498BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498BF is #7B6740. Grayscale: #969696. Windows color (decimal): -8087361 or 12556420. OLE color: 12556420.

HSL color Cylindrical-coordinate representation of color #8498BF: hue angle of 219.66º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8498BF is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132152191-
CMYK0.310.2000.25
HSL219.66º31.55%63.33%-
HSV(B)219.66º30.89%74.9%-
XYZ30.1531.1253.71-
YUV150.47150.87114.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.79%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 191 (75% from 255) = 40.21%
R=27.79%
G=32%
B=40.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321521910.310.2000.25219.6631.5563.33
Hex8498BF1F14019dc203f
Octal20423027737240313344077
Binary100001001001100010111111111111010001100111011100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8498BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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