Html Css Color HEX #8499BD Rock Blue

📋 copy color: '#8499BD'

red 132 ◦ green 153 ◦ blue 189

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

Shades of Rock Blue #8499BD

Tints of Rock Blue #8499BD

RGB

 RED value IS 132 (51.95% from 255) = 27.85%

 GREEN value IS 153 (60.16% from 255) = 32.28%

 BLUE value IS 189 (74.22% from 255) = 39.87%

R = 27.85%
G = 32.28%
B = 39.87%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8499BD (or 0x8499BD) is known color: Rock Blue. HEX triplet: 84, 99 and BD. RGB value is (132,153,189). Sum of RGB (Red+Green+Blue) = 132+153+189=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #8499BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499BD is #7B6642. Grayscale: #969696. Windows color (decimal): -8087107 or 12425604. OLE color: 12425604.

HSL color Cylindrical-coordinate representation of color #8499BD: hue angle of 217.89º 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 #8499BD is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 153 189 -
CMYK 0.30 0.19 0 0.26
HSL 217.89º 0.3% 0.63% -
HSV(B) 217.89º 0.3% 0.74% -
XYZ 30.09 31.36 52.61 -
YUV 150.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 132 153 189 0.30 0.19 0 0.26 217.89 0.3 0.63
Hex 84 99 BD 1E 13 0 1A DA 1E 3F
Octal 204 231 275 36 23 0 32 332 36 77
Binary 10000100 10011001 10111101 11110 10011 0 11010 11011010 11110 111111

Color Harmonies of #8499BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8499BD

Black with #8499BD

Text Example


Text Example

White with #8499BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8499BD;
 }
 .AnyTagClassName
 {
   color: #8499BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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