Html Css Color HEX #8464BE True V

📋 copy color: '#8464BE'

red 132 ◦ green 100 ◦ blue 190

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

Shades of True V #8464BE

Tints of True V #8464BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.7%

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 31.28%
G = 23.7%
B = 45.02%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8464BE (or 0x8464BE) is known color: True V. HEX triplet: 84, 64 and BE. RGB value is (132,100,190). Sum of RGB (Red+Green+Blue) = 132+100+190=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #8464BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464BE is #7B9B41. Grayscale: #777777. Windows color (decimal): -8100674 or 12477572. OLE color: 12477572.

HSL color Cylindrical-coordinate representation of color #8464BE: hue angle of 261.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8464BE is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 100 190 -
CMYK 0.31 0.47 0 0.25
HSL 261.33º 0.41% 0.57% -
HSV(B) 261.33º 0.47% 0.75% -
XYZ 23.37 17.74 50.91 -
YUV 119.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 132 100 190 0.31 0.47 0 0.25 261.33 0.41 0.57
Hex 84 64 BE 1F 2F 0 19 105 29 39
Octal 204 144 276 37 57 0 31 405 51 71
Binary 10000100 1100100 10111110 11111 101111 0 11001 100000101 101001 111001

Color Harmonies of #8464BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8464BE

Black with #8464BE

Text Example


Text Example

White with #8464BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8464BE; }

 p { color: rgb(132,100,190); }

 H1.HeaderClassName
 {
   color: #8464BE;
 }
 .AnyTagClassName
 {
   color: #8464BE;
 }
</style>

background-color css

<style>
 a { background-color: #8464BE; }

 a { background-color: rgb(132,100,190); }

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

border-color css

<style>
 span { border-color: #8464BE; }

 span { border-color: rgb(132,100,190); }

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