Html Css Color HEX #849DBA Rock Blue

📋 copy color: '#849DBA'

red 132 ◦ green 157 ◦ blue 186

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

Shades of Rock Blue #849DBA

Tints of Rock Blue #849DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.05%

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

R = 27.79%
G = 33.05%
B = 39.16%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#849DBA (or 0x849DBA) is known color: Rock Blue. HEX triplet: 84, 9D and BA. RGB value is (132,157,186). Sum of RGB (Red+Green+Blue) = 132+157+186=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #849DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DBA is #7B6245. Grayscale: #989898. Windows color (decimal): -8086086 or 12230020. OLE color: 12230020.

HSL color Cylindrical-coordinate representation of color #849DBA: hue angle of 212.22º 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 #849DBA is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 157 186 -
CMYK 0.29 0.16 0 0.27
HSL 212.22º 0.28% 0.62% -
HSV(B) 212.22º 0.29% 0.73% -
XYZ 30.44 32.56 51.14 -
YUV 152.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 132 157 186 0.29 0.16 0 0.27 212.22 0.28 0.62
Hex 84 9D BA 1D 10 0 1B D4 1C 3E
Octal 204 235 272 35 20 0 33 324 34 76
Binary 10000100 10011101 10111010 11101 10000 0 11011 11010100 11100 111110

Color Harmonies of #849DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DBA

Black with #849DBA

Text Example


Text Example

White with #849DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849DBA; }

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

 H1.HeaderClassName
 {
   color: #849DBA;
 }
 .AnyTagClassName
 {
   color: #849DBA;
 }
</style>

background-color css

<style>
 a { background-color: #849DBA; }

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

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

border-color css

<style>
 span { border-color: #849DBA; }

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

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