Html Css Color HEX #866CCE True V

📋 copy color: '#866CCE'

red 134 ◦ green 108 ◦ blue 206

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

Shades of True V #866CCE

Tints of True V #866CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.11%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 29.91%
G = 24.11%
B = 45.98%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#866CCE (or 0x866CCE) is known color: True V. HEX triplet: 86, 6C and CE. RGB value is (134,108,206). Sum of RGB (Red+Green+Blue) = 134+108+206=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #866CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CCE is #799331. Grayscale: #7E7E7E. Windows color (decimal): -7967538 or 13528198. OLE color: 13528198.

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

Color convert

RGB 134 108 206 -
CMYK 0.35 0.48 0 0.19
HSL 255.92º 0.5% 0.62% -
HSV(B) 255.92º 0.48% 0.81% -
XYZ 26.33 20.25 60.91 -
YUV 126.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 134 108 206 0.35 0.48 0 0.19 255.92 0.5 0.62
Hex 86 6C CE 23 30 0 13 100 32 3E
Octal 206 154 316 43 60 0 23 400 62 76
Binary 10000110 1101100 11001110 100011 110000 0 10011 100000000 110010 111110

Color Harmonies of #866CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866CCE

Black with #866CCE

Text Example


Text Example

White with #866CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,108,206); }

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

background-color css

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

 a { background-color: rgb(134,108,206); }

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

border-color css

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

 span { border-color: rgb(134,108,206); }

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