Html Css Color HEX #8673BE True V

📋 copy color: '#8673BE'

red 134 ◦ green 115 ◦ blue 190

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

Shades of True V #8673BE

Tints of True V #8673BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.2%

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

R = 30.52%
G = 26.2%
B = 43.28%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8673BE (or 0x8673BE) is known color: True V. HEX triplet: 86, 73 and BE. RGB value is (134,115,190). Sum of RGB (Red+Green+Blue) = 134+115+190=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #8673BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673BE is #798C41. Grayscale: #808080. Windows color (decimal): -7965762 or 12481414. OLE color: 12481414.

HSL color Cylindrical-coordinate representation of color #8673BE: hue angle of 255.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8673BE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 115 190 -
CMYK 0.29 0.39 0 0.25
HSL 255.2º 0.37% 0.6% -
HSV(B) 255.2º 0.39% 0.75% -
XYZ 25.26 21.05 51.45 -
YUV 129.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 134 115 190 0.29 0.39 0 0.25 255.2 0.37 0.6
Hex 86 73 BE 1D 27 0 19 FF 25 3C
Octal 206 163 276 35 47 0 31 377 45 74
Binary 10000110 1110011 10111110 11101 100111 0 11001 11111111 100101 111100

Color Harmonies of #8673BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8673BE

Black with #8673BE

Text Example


Text Example

White with #8673BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,115,190); }

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

background-color css

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

 a { background-color: rgb(134,115,190); }

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

border-color css

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

 span { border-color: rgb(134,115,190); }

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