Html Css Color HEX #849BB5 Rock Blue

📋 copy color: '#849BB5'

red 132 ◦ green 155 ◦ blue 181

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

Shades of Rock Blue #849BB5

Tints of Rock Blue #849BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.68%

R = 28.21%
G = 33.12%
B = 38.68%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#849BB5 (or 0x849BB5) is known color: Rock Blue. HEX triplet: 84, 9B and B5. RGB value is (132,155,181). Sum of RGB (Red+Green+Blue) = 132+155+181=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #849BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BB5 is #7B644A. Grayscale: #969696. Windows color (decimal): -8086603 or 11901828. OLE color: 11901828.

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

Color convert

RGB 132 155 181 -
CMYK 0.27 0.14 0 0.29
HSL 211.84º 0.25% 0.61% -
HSV(B) 211.84º 0.27% 0.71% -
XYZ 29.58 31.68 48.27 -
YUV 151.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 132 155 181 0.27 0.14 0 0.29 211.84 0.25 0.61
Hex 84 9B B5 1B E 0 1D D4 19 3D
Octal 204 233 265 33 16 0 35 324 31 75
Binary 10000100 10011011 10110101 11011 1110 0 11101 11010100 11001 111101

Color Harmonies of #849BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849BB5

Black with #849BB5

Text Example


Text Example

White with #849BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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