Html Css Color HEX #866DBE True V

📋 copy color: '#866DBE'

red 134 ◦ green 109 ◦ blue 190

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

Shades of True V #866DBE

Tints of True V #866DBE

RGB

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

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

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

R = 30.95%
G = 25.17%
B = 43.88%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#866DBE (or 0x866DBE) is known color: True V. HEX triplet: 86, 6D and BE. RGB value is (134,109,190). Sum of RGB (Red+Green+Blue) = 134+109+190=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #866DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DBE is #799241. Grayscale: #7D7D7D. Windows color (decimal): -7967298 or 12479878. OLE color: 12479878.

HSL color Cylindrical-coordinate representation of color #866DBE: hue angle of 258.52º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #866DBE is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 109 190 -
CMYK 0.29 0.43 0 0.25
HSL 258.52º 0.38% 0.59% -
HSV(B) 258.52º 0.43% 0.75% -
XYZ 24.59 19.72 51.23 -
YUV 125.71 164.28 133.91 -
System Red Green Blue C M Y K H S L
Decimal 134 109 190 0.29 0.43 0 0.25 258.52 0.38 0.59
Hex 86 6D BE 1D 2B 0 19 103 26 3B
Octal 206 155 276 35 53 0 31 403 46 73
Binary 10000110 1101101 10111110 11101 101011 0 11001 100000011 100110 111011

Color Harmonies of #866DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DBE

Black with #866DBE

Text Example


Text Example

White with #866DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866DBE; }

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

 H1.HeaderClassName
 {
   color: #866DBE;
 }
 .AnyTagClassName
 {
   color: #866DBE;
 }
</style>

background-color css

<style>
 a { background-color: #866DBE; }

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

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

border-color css

<style>
 span { border-color: #866DBE; }

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

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