Html Css Color HEX #866DCA True V

📋 copy color: '#866DCA'

red 134 ◦ green 109 ◦ blue 202

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

Shades of True V #866DCA

Tints of True V #866DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.39%

R = 30.11%
G = 24.49%
B = 45.39%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#866DCA (or 0x866DCA) is known color: True V. HEX triplet: 86, 6D and CA. RGB value is (134,109,202). Sum of RGB (Red+Green+Blue) = 134+109+202=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #866DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DCA is #799235. Grayscale: #7E7E7E. Windows color (decimal): -7967286 or 13266310. OLE color: 13266310.

HSL color Cylindrical-coordinate representation of color #866DCA: hue angle of 256.13º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #866DCA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 109 202 -
CMYK 0.34 0.46 0 0.21
HSL 256.13º 0.47% 0.61% -
HSV(B) 256.13º 0.46% 0.79% -
XYZ 25.96 20.27 58.42 -
YUV 127.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 134 109 202 0.34 0.46 0 0.21 256.13 0.47 0.61
Hex 86 6D CA 22 2E 0 15 100 2F 3D
Octal 206 155 312 42 56 0 25 400 57 75
Binary 10000110 1101101 11001010 100010 101110 0 10101 100000000 101111 111101

Color Harmonies of #866DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DCA

Black with #866DCA

Text Example


Text Example

White with #866DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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