Html Css Color HEX #846ACE True V

📋 copy color: '#846ACE'

red 132 ◦ green 106 ◦ blue 206

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

Shades of True V #846ACE

Tints of True V #846ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.87%

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 29.73%
G = 23.87%
B = 46.4%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#846ACE (or 0x846ACE) is known color: True V. HEX triplet: 84, 6A and CE. RGB value is (132,106,206). Sum of RGB (Red+Green+Blue) = 132+106+206=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #846ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846ACE is #7B9531. Grayscale: #7C7C7C. Windows color (decimal): -8099122 or 13527684. OLE color: 13527684.

HSL color Cylindrical-coordinate representation of color #846ACE: hue angle of 255.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #846ACE is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 106 206 -
CMYK 0.36 0.49 0 0.19
HSL 255.6º 0.51% 0.61% -
HSV(B) 255.6º 0.49% 0.81% -
XYZ 25.81 19.67 60.83 -
YUV 125.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 132 106 206 0.36 0.49 0 0.19 255.6 0.51 0.61
Hex 84 6A CE 24 31 0 13 100 33 3D
Octal 204 152 316 44 61 0 23 400 63 75
Binary 10000100 1101010 11001110 100100 110001 0 10011 100000000 110011 111101

Color Harmonies of #846ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846ACE

Black with #846ACE

Text Example


Text Example

White with #846ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846ACE; }

 p { color: rgb(132,106,206); }

 H1.HeaderClassName
 {
   color: #846ACE;
 }
 .AnyTagClassName
 {
   color: #846ACE;
 }
</style>

background-color css

<style>
 a { background-color: #846ACE; }

 a { background-color: rgb(132,106,206); }

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

border-color css

<style>
 span { border-color: #846ACE; }

 span { border-color: rgb(132,106,206); }

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