Html Css Color HEX #8674BA True V

📋 copy color: '#8674BA'

red 134 ◦ green 116 ◦ blue 186

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

Shades of True V #8674BA

Tints of True V #8674BA

RGB

 RED value IS 134 (52.73% from 255) = 30.73%

 GREEN value IS 116 (45.7% from 255) = 26.61%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 30.73%
G = 26.61%
B = 42.66%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8674BA (or 0x8674BA) is known color: True V. HEX triplet: 86, 74 and BA. RGB value is (134,116,186). Sum of RGB (Red+Green+Blue) = 134+116+186=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #8674BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8674BA is #798B45. Grayscale: #818181. Windows color (decimal): -7965510 or 12219526. OLE color: 12219526.

HSL color Cylindrical-coordinate representation of color #8674BA: hue angle of 255.43º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8674BA is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 116 186 -
CMYK 0.28 0.38 0 0.27
HSL 255.43º 0.34% 0.59% -
HSV(B) 255.43º 0.38% 0.73% -
XYZ 24.94 21.1 49.21 -
YUV 129.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 134 116 186 0.28 0.38 0 0.27 255.43 0.34 0.59
Hex 86 74 BA 1C 26 0 1B FF 22 3B
Octal 206 164 272 34 46 0 33 377 42 73
Binary 10000110 1110100 10111010 11100 100110 0 11011 11111111 100010 111011

Color Harmonies of #8674BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8674BA

Black with #8674BA

Text Example


Text Example

White with #8674BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8674BA; }

 p { color: rgb(134,116,186); }

 H1.HeaderClassName
 {
   color: #8674BA;
 }
 .AnyTagClassName
 {
   color: #8674BA;
 }
</style>

background-color css

<style>
 a { background-color: #8674BA; }

 a { background-color: rgb(134,116,186); }

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

border-color css

<style>
 span { border-color: #8674BA; }

 span { border-color: rgb(134,116,186); }

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