Html Css Color HEX #8165DC Medium Slate Blue

📋 copy color: '#8165DC'

red 129 ◦ green 101 ◦ blue 220

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

Shades of Medium Slate Blue #8165DC

Tints of Medium Slate Blue #8165DC

RGB

 RED value IS 129 (50.78% from 255) = 28.67%

 GREEN value IS 101 (39.84% from 255) = 22.44%

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 28.67%
G = 22.44%
B = 48.89%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8165DC (or 0x8165DC) is known color: Medium Slate Blue. HEX triplet: 81, 65 and DC. RGB value is (129,101,220). Sum of RGB (Red+Green+Blue) = 129+101+220=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #8165DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8165DC is #7E9A23. Grayscale: #7A7A7A. Windows color (decimal): -8296996 or 14443905. OLE color: 14443905.

HSL color Cylindrical-coordinate representation of color #8165DC: hue angle of 254.12º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8165DC is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 101 220 -
CMYK 0.41 0.54 0 0.14
HSL 254.12º 0.63% 0.63% -
HSV(B) 254.12º 0.54% 0.86% -
XYZ 26.63 19.14 70 -
YUV 122.94 182.78 132.32 -
System Red Green Blue C M Y K H S L
Decimal 129 101 220 0.41 0.54 0 0.14 254.12 0.63 0.63
Hex 81 65 DC 29 36 0 E FE 3F 3F
Octal 201 145 334 51 66 0 16 376 77 77
Binary 10000001 1100101 11011100 101001 110110 0 1110 11111110 111111 111111

Color Harmonies of #8165DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8165DC

Black with #8165DC

Text Example


Text Example

White with #8165DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8165DC; }

 p { color: rgb(129,101,220); }

 H1.HeaderClassName
 {
   color: #8165DC;
 }
 .AnyTagClassName
 {
   color: #8165DC;
 }
</style>

background-color css

<style>
 a { background-color: #8165DC; }

 a { background-color: rgb(129,101,220); }

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

border-color css

<style>
 span { border-color: #8165DC; }

 span { border-color: rgb(129,101,220); }

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