Html Css Color HEX #846DCC True V

📋 copy color: '#846DCC'

red 132 ◦ green 109 ◦ blue 204

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

Shades of True V #846DCC

Tints of True V #846DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.49%

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 29.66%
G = 24.49%
B = 45.84%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#846DCC (or 0x846DCC) is known color: True V. HEX triplet: 84, 6D and CC. RGB value is (132,109,204). Sum of RGB (Red+Green+Blue) = 132+109+204=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #846DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DCC is #7B9233. Grayscale: #7E7E7E. Windows color (decimal): -8098356 or 13397380. OLE color: 13397380.

HSL color Cylindrical-coordinate representation of color #846DCC: hue angle of 254.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #846DCC is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 109 204 -
CMYK 0.35 0.47 0 0.2
HSL 254.53º 0.48% 0.61% -
HSV(B) 254.53º 0.47% 0.8% -
XYZ 25.88 20.2 59.66 -
YUV 126.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 132 109 204 0.35 0.47 0 0.2 254.53 0.48 0.61
Hex 84 6D CC 23 2F 0 14 FF 30 3D
Octal 204 155 314 43 57 0 24 377 60 75
Binary 10000100 1101101 11001100 100011 101111 0 10100 11111111 110000 111101

Color Harmonies of #846DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846DCC

Black with #846DCC

Text Example


Text Example

White with #846DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,109,204); }

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

background-color css

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

 a { background-color: rgb(132,109,204); }

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

border-color css

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

 span { border-color: rgb(132,109,204); }

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