Html Css Color HEX #849CBA Rock Blue

📋 copy color: '#849CBA'

red 132 ◦ green 156 ◦ blue 186

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

Shades of Rock Blue #849CBA

Tints of Rock Blue #849CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.91%

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

R = 27.85%
G = 32.91%
B = 39.24%

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

#849CBA (or 0x849CBA) is known color: Rock Blue. HEX triplet: 84, 9C and BA. RGB value is (132,156,186). Sum of RGB (Red+Green+Blue) = 132+156+186=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #849CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CBA is #7B6345. Grayscale: #989898. Windows color (decimal): -8086342 or 12229764. OLE color: 12229764.

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

Color convert

RGB 132 156 186 -
CMYK 0.29 0.16 0 0.27
HSL 213.33º 0.28% 0.62% -
HSV(B) 213.33º 0.29% 0.73% -
XYZ 30.27 32.23 51.08 -
YUV 152.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 132 156 186 0.29 0.16 0 0.27 213.33 0.28 0.62
Hex 84 9C BA 1D 10 0 1B D5 1C 3E
Octal 204 234 272 35 20 0 33 325 34 76
Binary 10000100 10011100 10111010 11101 10000 0 11011 11010101 11100 111110

Color Harmonies of #849CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CBA

Black with #849CBA

Text Example


Text Example

White with #849CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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