Html Css Color HEX #866CCA True V

📋 copy color: '#866CCA'

red 134 ◦ green 108 ◦ blue 202

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

Shades of True V #866CCA

Tints of True V #866CCA

RGB

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

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

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

R = 30.18%
G = 24.32%
B = 45.5%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#866CCA (or 0x866CCA) is known color: True V. HEX triplet: 86, 6C and CA. RGB value is (134,108,202). Sum of RGB (Red+Green+Blue) = 134+108+202=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #866CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CCA is #799335. Grayscale: #7E7E7E. Windows color (decimal): -7967542 or 13266054. OLE color: 13266054.

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

Color convert

RGB 134 108 202 -
CMYK 0.34 0.47 0 0.21
HSL 256.6º 0.47% 0.61% -
HSV(B) 256.6º 0.47% 0.79% -
XYZ 25.85 20.06 58.39 -
YUV 126.49 170.61 133.36 -
System Red Green Blue C M Y K H S L
Decimal 134 108 202 0.34 0.47 0 0.21 256.6 0.47 0.61
Hex 86 6C CA 22 2F 0 15 101 2F 3D
Octal 206 154 312 42 57 0 25 401 57 75
Binary 10000110 1101100 11001010 100010 101111 0 10101 100000001 101111 111101

Color Harmonies of #866CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866CCA

Black with #866CCA

Text Example


Text Example

White with #866CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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