Html Css Color HEX #849AC1 Rock Blue

📋 copy color: '#849AC1'

red 132 ◦ green 154 ◦ blue 193

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

Shades of Rock Blue #849AC1

Tints of Rock Blue #849AC1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.15%

 BLUE value IS 193 (75.78% from 255) = 40.29%

R = 27.56%
G = 32.15%
B = 40.29%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#849AC1 (or 0x849AC1) is known color: Rock Blue. HEX triplet: 84, 9A and C1. RGB value is (132,154,193). Sum of RGB (Red+Green+Blue) = 132+154+193=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #849AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849AC1 is #7B653E. Grayscale: #979797. Windows color (decimal): -8086847 or 12688004. OLE color: 12688004.

HSL color Cylindrical-coordinate representation of color #849AC1: hue angle of 218.36º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #849AC1 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 154 193 -
CMYK 0.32 0.20 0 0.24
HSL 218.36º 0.33% 0.64% -
HSV(B) 218.36º 0.32% 0.76% -
XYZ 30.7 31.87 54.99 -
YUV 151.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 132 154 193 0.32 0.20 0 0.24 218.36 0.33 0.64
Hex 84 9A C1 20 14 0 18 DA 21 40
Octal 204 232 301 40 24 0 30 332 41 100
Binary 10000100 10011010 11000001 100000 10100 0 11000 11011010 100001 1000000

Color Harmonies of #849AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849AC1

Black with #849AC1

Text Example


Text Example

White with #849AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,154,193); }

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

background-color css

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

 a { background-color: rgb(132,154,193); }

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

border-color css

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

 span { border-color: rgb(132,154,193); }

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