Html Css Color HEX #8471BB True V

📋 copy color: '#8471BB'

red 132 ◦ green 113 ◦ blue 187

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

Shades of True V #8471BB

Tints of True V #8471BB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.16%

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 30.56%
G = 26.16%
B = 43.29%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8471BB (or 0x8471BB) is known color: True V. HEX triplet: 84, 71 and BB. RGB value is (132,113,187). Sum of RGB (Red+Green+Blue) = 132+113+187=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #8471BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471BB is #7B8E44. Grayscale: #7E7E7E. Windows color (decimal): -8097349 or 12284292. OLE color: 12284292.

HSL color Cylindrical-coordinate representation of color #8471BB: hue angle of 255.41º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8471BB is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 113 187 -
CMYK 0.29 0.40 0 0.27
HSL 255.41º 0.35% 0.59% -
HSV(B) 255.41º 0.4% 0.73% -
XYZ 24.39 20.3 49.65 -
YUV 127.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 132 113 187 0.29 0.40 0 0.27 255.41 0.35 0.59
Hex 84 71 BB 1D 28 0 1B FF 23 3B
Octal 204 161 273 35 50 0 33 377 43 73
Binary 10000100 1110001 10111011 11101 101000 0 11011 11111111 100011 111011

Color Harmonies of #8471BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8471BB

Black with #8471BB

Text Example


Text Example

White with #8471BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8471BB; }

 p { color: rgb(132,113,187); }

 H1.HeaderClassName
 {
   color: #8471BB;
 }
 .AnyTagClassName
 {
   color: #8471BB;
 }
</style>

background-color css

<style>
 a { background-color: #8471BB; }

 a { background-color: rgb(132,113,187); }

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

border-color css

<style>
 span { border-color: #8471BB; }

 span { border-color: rgb(132,113,187); }

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