Html Css Color HEX #849CBC Rock Blue

📋 copy color: '#849CBC'

red 132 ◦ green 156 ◦ blue 188

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

Shades of Rock Blue #849CBC

Tints of Rock Blue #849CBC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.77%

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

R = 27.73%
G = 32.77%
B = 39.5%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#849CBC (or 0x849CBC) is known color: Rock Blue. HEX triplet: 84, 9C and BC. RGB value is (132,156,188). Sum of RGB (Red+Green+Blue) = 132+156+188=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #849CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CBC is #7B6343. Grayscale: #989898. Windows color (decimal): -8086340 or 12360836. OLE color: 12360836.

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

Color convert

RGB 132 156 188 -
CMYK 0.30 0.17 0 0.26
HSL 214.29º 0.29% 0.63% -
HSV(B) 214.29º 0.3% 0.74% -
XYZ 30.48 32.31 52.21 -
YUV 152.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 132 156 188 0.30 0.17 0 0.26 214.29 0.29 0.63
Hex 84 9C BC 1E 11 0 1A D6 1D 3F
Octal 204 234 274 36 21 0 32 326 35 77
Binary 10000100 10011100 10111100 11110 10001 0 11010 11010110 11101 111111

Color Harmonies of #849CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CBC

Black with #849CBC

Text Example


Text Example

White with #849CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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