Html Css Color HEX #849CBE Rock Blue

📋 copy color: '#849CBE'

red 132 ◦ green 156 ◦ blue 190

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

Shades of Rock Blue #849CBE

Tints of Rock Blue #849CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 27.62%
G = 32.64%
B = 39.75%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#849CBE (or 0x849CBE) is known color: Rock Blue. HEX triplet: 84, 9C and BE. RGB value is (132,156,190). Sum of RGB (Red+Green+Blue) = 132+156+190=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #849CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CBE is #7B6341. Grayscale: #989898. Windows color (decimal): -8086338 or 12491908. OLE color: 12491908.

HSL color Cylindrical-coordinate representation of color #849CBE: hue angle of 215.17º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #849CBE is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 156 190 -
CMYK 0.31 0.18 0 0.25
HSL 215.17º 0.31% 0.63% -
HSV(B) 215.17º 0.31% 0.75% -
XYZ 30.7 32.4 53.35 -
YUV 152.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 132 156 190 0.31 0.18 0 0.25 215.17 0.31 0.63
Hex 84 9C BE 1F 12 0 19 D7 1F 3F
Octal 204 234 276 37 22 0 31 327 37 77
Binary 10000100 10011100 10111110 11111 10010 0 11001 11010111 11111 111111

Color Harmonies of #849CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CBE

Black with #849CBE

Text Example


Text Example

White with #849CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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