Html Css Color HEX #849BBC Rock Blue

📋 copy color: '#849BBC'

red 132 ◦ green 155 ◦ blue 188

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

Shades of Rock Blue #849BBC

Tints of Rock Blue #849BBC

RGB

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

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

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

R = 27.79%
G = 32.63%
B = 39.58%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#849BBC (or 0x849BBC) is known color: Rock Blue. HEX triplet: 84, 9B and BC. RGB value is (132,155,188). Sum of RGB (Red+Green+Blue) = 132+155+188=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #849BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BBC is #7B6443. Grayscale: #979797. Windows color (decimal): -8086596 or 12360580. OLE color: 12360580.

HSL color Cylindrical-coordinate representation of color #849BBC: hue angle of 215.36º 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 #849BBC is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 155 188 -
CMYK 0.30 0.18 0 0.26
HSL 215.36º 0.29% 0.63% -
HSV(B) 215.36º 0.3% 0.74% -
XYZ 30.31 31.98 52.15 -
YUV 151.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 132 155 188 0.30 0.18 0 0.26 215.36 0.29 0.63
Hex 84 9B BC 1E 12 0 1A D7 1D 3F
Octal 204 233 274 36 22 0 32 327 35 77
Binary 10000100 10011011 10111100 11110 10010 0 11010 11010111 11101 111111

Color Harmonies of #849BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849BBC

Black with #849BBC

Text Example


Text Example

White with #849BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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