Html Css Color HEX #849EBA Rock Blue

📋 copy color: '#849EBA'

red 132 ◦ green 158 ◦ blue 186

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

Shades of Rock Blue #849EBA

Tints of Rock Blue #849EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.19%

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

R = 27.73%
G = 33.19%
B = 39.08%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#849EBA (or 0x849EBA) is known color: Rock Blue. HEX triplet: 84, 9E and BA. RGB value is (132,158,186). Sum of RGB (Red+Green+Blue) = 132+158+186=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #849EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EBA is #7B6145. Grayscale: #999999. Windows color (decimal): -8085830 or 12230276. OLE color: 12230276.

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

Color convert

RGB 132 158 186 -
CMYK 0.29 0.15 0 0.27
HSL 211.11º 0.28% 0.62% -
HSV(B) 211.11º 0.29% 0.73% -
XYZ 30.61 32.9 51.19 -
YUV 153.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 132 158 186 0.29 0.15 0 0.27 211.11 0.28 0.62
Hex 84 9E BA 1D F 0 1B D3 1C 3E
Octal 204 236 272 35 17 0 33 323 34 76
Binary 10000100 10011110 10111010 11101 1111 0 11011 11010011 11100 111110

Color Harmonies of #849EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EBA

Black with #849EBA

Text Example


Text Example

White with #849EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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