Html Css Color HEX #866ACD True V

📋 copy color: '#866ACD'

red 134 ◦ green 106 ◦ blue 205

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

Shades of True V #866ACD

Tints of True V #866ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.82%

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 30.11%
G = 23.82%
B = 46.07%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#866ACD (or 0x866ACD) is known color: True V. HEX triplet: 86, 6A and CD. RGB value is (134,106,205). Sum of RGB (Red+Green+Blue) = 134+106+205=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #866ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866ACD is #799532. Grayscale: #7D7D7D. Windows color (decimal): -7968051 or 13462150. OLE color: 13462150.

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

Color convert

RGB 134 106 205 -
CMYK 0.35 0.48 0 0.20
HSL 256.97º 0.5% 0.61% -
HSV(B) 256.97º 0.48% 0.8% -
XYZ 26.01 19.78 60.21 -
YUV 125.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 134 106 205 0.35 0.48 0 0.20 256.97 0.5 0.61
Hex 86 6A CD 23 30 0 14 101 32 3D
Octal 206 152 315 43 60 0 24 401 62 75
Binary 10000110 1101010 11001101 100011 110000 0 10100 100000001 110010 111101

Color Harmonies of #866ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866ACD

Black with #866ACD

Text Example


Text Example

White with #866ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,106,205); }

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

background-color css

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

 a { background-color: rgb(134,106,205); }

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

border-color css

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

 span { border-color: rgb(134,106,205); }

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