Html Css Color HEX #849EBC Rock Blue

📋 copy color: '#849EBC'

red 132 ◦ green 158 ◦ blue 188

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

Shades of Rock Blue #849EBC

Tints of Rock Blue #849EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 27.62%
G = 33.05%
B = 39.33%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#849EBC (or 0x849EBC) is known color: Rock Blue. HEX triplet: 84, 9E and BC. RGB value is (132,158,188). Sum of RGB (Red+Green+Blue) = 132+158+188=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #849EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EBC is #7B6143. Grayscale: #999999. Windows color (decimal): -8085828 or 12361348. OLE color: 12361348.

HSL color Cylindrical-coordinate representation of color #849EBC: hue angle of 212.14º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #849EBC is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 158 188 -
CMYK 0.30 0.16 0 0.26
HSL 212.14º 0.29% 0.63% -
HSV(B) 212.14º 0.3% 0.74% -
XYZ 30.82 32.99 52.32 -
YUV 153.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 132 158 188 0.30 0.16 0 0.26 212.14 0.29 0.63
Hex 84 9E BC 1E 10 0 1A D4 1D 3F
Octal 204 236 274 36 20 0 32 324 35 77
Binary 10000100 10011110 10111100 11110 10000 0 11010 11010100 11101 111111

Color Harmonies of #849EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EBC

Black with #849EBC

Text Example


Text Example

White with #849EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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