Html Css Color HEX #849BB6 Rock Blue

📋 copy color: '#849BB6'

red 132 ◦ green 155 ◦ blue 182

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

Shades of Rock Blue #849BB6

Tints of Rock Blue #849BB6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.05%

 BLUE value IS 182 (71.48% from 255) = 38.81%

R = 28.14%
G = 33.05%
B = 38.81%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#849BB6 (or 0x849BB6) is known color: Rock Blue. HEX triplet: 84, 9B and B6. RGB value is (132,155,182). Sum of RGB (Red+Green+Blue) = 132+155+182=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 182 - color contains mainly: blue. Hex color #849BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BB6 is #7B6449. Grayscale: #979797. Windows color (decimal): -8086602 or 11967364. OLE color: 11967364.

HSL color Cylindrical-coordinate representation of color #849BB6: hue angle of 212.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #849BB6 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 155 182 -
CMYK 0.27 0.15 0 0.29
HSL 212.4º 0.26% 0.62% -
HSV(B) 212.4º 0.27% 0.71% -
XYZ 29.68 31.73 48.82 -
YUV 151.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 132 155 182 0.27 0.15 0 0.29 212.4 0.26 0.62
Hex 84 9B B6 1B F 0 1D D4 1A 3E
Octal 204 233 266 33 17 0 35 324 32 76
Binary 10000100 10011011 10110110 11011 1111 0 11101 11010100 11010 111110

Color Harmonies of #849BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849BB6

Black with #849BB6

Text Example


Text Example

White with #849BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,155,182); }

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

background-color css

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

 a { background-color: rgb(132,155,182); }

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

border-color css

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

 span { border-color: rgb(132,155,182); }

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