Html Css Color HEX #846BCC True V

📋 copy color: '#846BCC'

red 132 ◦ green 107 ◦ blue 204

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

Shades of True V #846BCC

Tints of True V #846BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.15%

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

R = 29.8%
G = 24.15%
B = 46.05%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#846BCC (or 0x846BCC) is known color: True V. HEX triplet: 84, 6B and CC. RGB value is (132,107,204). Sum of RGB (Red+Green+Blue) = 132+107+204=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #846BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BCC is #7B9433. Grayscale: #7D7D7D. Windows color (decimal): -8098868 or 13396868. OLE color: 13396868.

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

Color convert

RGB 132 107 204 -
CMYK 0.35 0.48 0 0.2
HSL 255.46º 0.49% 0.61% -
HSV(B) 255.46º 0.48% 0.8% -
XYZ 25.67 19.78 59.59 -
YUV 125.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 132 107 204 0.35 0.48 0 0.2 255.46 0.49 0.61
Hex 84 6B CC 23 30 0 14 FF 31 3D
Octal 204 153 314 43 60 0 24 377 61 75
Binary 10000100 1101011 11001100 100011 110000 0 10100 11111111 110001 111101

Color Harmonies of #846BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BCC

Black with #846BCC

Text Example


Text Example

White with #846BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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