Html Css Color HEX #8498BD Rock Blue

📋 copy color: '#8498BD'

red 132 ◦ green 152 ◦ blue 189

#8498BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #8498BD

Tints of Rock Blue #8498BD

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 value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8498BD (or 0x8498BD) is known color: 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

RGB 132 152 189 -
CMYK 0.30 0.20 0 0.26
HSL 218.95º 0.3% 0.63% -
HSV(B) 218.95º 0.3% 0.74% -
XYZ 29.93 31.04 52.56 -
YUV 150.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 132 152 189 0.30 0.20 0 0.26 218.95 0.3 0.63
Hex 84 98 BD 1E 14 0 1A DB 1E 3F
Octal 204 230 275 36 24 0 32 333 36 77
Binary 10000100 10011000 10111101 11110 10100 0 11010 11011011 11110 111111

Color Harmonies of #8498BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8498BD

Black with #8498BD

Text Example


Text Example

White with #8498BD

Text Example


Text Example

HTML Codes & Css Web 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>