Html Css Color HEX #866DBA True V

📋 copy color: '#866DBA'

red 134 ◦ green 109 ◦ blue 186

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

Shades of True V #866DBA

Tints of True V #866DBA

RGB

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

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

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

R = 31.24%
G = 25.41%
B = 43.36%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#866DBA (or 0x866DBA) is known color: True V. HEX triplet: 86, 6D and BA. RGB value is (134,109,186). Sum of RGB (Red+Green+Blue) = 134+109+186=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #866DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DBA is #799245. Grayscale: #7C7C7C. Windows color (decimal): -7967302 or 12217734. OLE color: 12217734.

HSL color Cylindrical-coordinate representation of color #866DBA: hue angle of 259.48º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #866DBA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 109 186 -
CMYK 0.28 0.41 0 0.27
HSL 259.48º 0.36% 0.58% -
HSV(B) 259.48º 0.41% 0.73% -
XYZ 24.16 19.55 48.95 -
YUV 125.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 134 109 186 0.28 0.41 0 0.27 259.48 0.36 0.58
Hex 86 6D BA 1C 29 0 1B 103 24 3A
Octal 206 155 272 34 51 0 33 403 44 72
Binary 10000110 1101101 10111010 11100 101001 0 11011 100000011 100100 111010

Color Harmonies of #866DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DBA

Black with #866DBA

Text Example


Text Example

White with #866DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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