Html Css Color HEX #866DCF True V

📋 copy color: '#866DCF'

red 134 ◦ green 109 ◦ blue 207

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

Shades of True V #866DCF

Tints of True V #866DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 29.78%
G = 24.22%
B = 46%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#866DCF (or 0x866DCF) is known color: True V. HEX triplet: 86, 6D and CF. RGB value is (134,109,207). Sum of RGB (Red+Green+Blue) = 134+109+207=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #866DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DCF is #799230. Grayscale: #7F7F7F. Windows color (decimal): -7967281 or 13593990. OLE color: 13593990.

HSL color Cylindrical-coordinate representation of color #866DCF: hue angle of 255.31º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #866DCF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 109 207 -
CMYK 0.35 0.47 0 0.19
HSL 255.31º 0.51% 0.62% -
HSV(B) 255.31º 0.47% 0.81% -
XYZ 26.56 20.51 61.59 -
YUV 127.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 134 109 207 0.35 0.47 0 0.19 255.31 0.51 0.62
Hex 86 6D CF 23 2F 0 13 FF 33 3E
Octal 206 155 317 43 57 0 23 377 63 76
Binary 10000110 1101101 11001111 100011 101111 0 10011 11111111 110011 111110

Color Harmonies of #866DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DCF

Black with #866DCF

Text Example


Text Example

White with #866DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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