Html Css Color HEX #849BBA Rock Blue

📋 copy color: '#849BBA'

red 132 ◦ green 155 ◦ blue 186

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

Shades of Rock Blue #849BBA

Tints of Rock Blue #849BBA

RGB

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

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

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

R = 27.91%
G = 32.77%
B = 39.32%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#849BBA (or 0x849BBA) is known color: Rock Blue. HEX triplet: 84, 9B and BA. RGB value is (132,155,186). Sum of RGB (Red+Green+Blue) = 132+155+186=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #849BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BBA is #7B6445. Grayscale: #979797. Windows color (decimal): -8086598 or 12229508. OLE color: 12229508.

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

Color convert

RGB 132 155 186 -
CMYK 0.29 0.17 0 0.27
HSL 214.44º 0.28% 0.62% -
HSV(B) 214.44º 0.29% 0.73% -
XYZ 30.1 31.89 51.02 -
YUV 151.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 132 155 186 0.29 0.17 0 0.27 214.44 0.28 0.62
Hex 84 9B BA 1D 11 0 1B D6 1C 3E
Octal 204 233 272 35 21 0 33 326 34 76
Binary 10000100 10011011 10111010 11101 10001 0 11011 11010110 11100 111110

Color Harmonies of #849BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849BBA

Black with #849BBA

Text Example


Text Example

White with #849BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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