Html Css Color HEX #846DBD True V

📋 copy color: '#846DBD'

red 132 ◦ green 109 ◦ blue 189

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

Shades of True V #846DBD

Tints of True V #846DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 30.7%
G = 25.35%
B = 43.95%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#846DBD (or 0x846DBD) is known color: True V. HEX triplet: 84, 6D and BD. RGB value is (132,109,189). Sum of RGB (Red+Green+Blue) = 132+109+189=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #846DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DBD is #7B9242. Grayscale: #7C7C7C. Windows color (decimal): -8098371 or 12414340. OLE color: 12414340.

HSL color Cylindrical-coordinate representation of color #846DBD: hue angle of 257.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #846DBD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 109 189 -
CMYK 0.30 0.42 0 0.26
HSL 257.25º 0.38% 0.58% -
HSV(B) 257.25º 0.42% 0.74% -
XYZ 24.17 19.52 50.64 -
YUV 125 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 132 109 189 0.30 0.42 0 0.26 257.25 0.38 0.58
Hex 84 6D BD 1E 2A 0 1A 101 26 3A
Octal 204 155 275 36 52 0 32 401 46 72
Binary 10000100 1101101 10111101 11110 101010 0 11010 100000001 100110 111010

Color Harmonies of #846DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846DBD

Black with #846DBD

Text Example


Text Example

White with #846DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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