Html Css Color HEX #8498BA Rock Blue

📋 copy color: '#8498BA'

red 132 ◦ green 152 ◦ blue 186

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

Shades of Rock Blue #8498BA

Tints of Rock Blue #8498BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.34%

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 28.09%
G = 32.34%
B = 39.57%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8498BA (or 0x8498BA) is known color: Rock Blue. HEX triplet: 84, 98 and BA. RGB value is (132,152,186). Sum of RGB (Red+Green+Blue) = 132+152+186=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #8498BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498BA is #7B6745. Grayscale: #959595. Windows color (decimal): -8087366 or 12228740. OLE color: 12228740.

HSL color Cylindrical-coordinate representation of color #8498BA: hue angle of 217.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8498BA is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 152 186 -
CMYK 0.29 0.18 0 0.27
HSL 217.78º 0.28% 0.62% -
HSV(B) 217.78º 0.29% 0.73% -
XYZ 29.61 30.91 50.86 -
YUV 149.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 132 152 186 0.29 0.18 0 0.27 217.78 0.28 0.62
Hex 84 98 BA 1D 12 0 1B DA 1C 3E
Octal 204 230 272 35 22 0 33 332 34 76
Binary 10000100 10011000 10111010 11101 10010 0 11011 11011010 11100 111110

Color Harmonies of #8498BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8498BA

Black with #8498BA

Text Example


Text Example

White with #8498BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8498BA;
 }
 .AnyTagClassName
 {
   color: #8498BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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