Html Css Color HEX #8165DB Medium Slate Blue

📋 copy color: '#8165DB'

red 129 ◦ green 101 ◦ blue 219

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

Shades of Medium Slate Blue #8165DB

Tints of Medium Slate Blue #8165DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 28.73%
G = 22.49%
B = 48.78%

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

#8165DB (or 0x8165DB) is known color: Medium Slate Blue. HEX triplet: 81, 65 and DB. RGB value is (129,101,219). Sum of RGB (Red+Green+Blue) = 129+101+219=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #8165DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8165DB is #7E9A24. Grayscale: #7A7A7A. Windows color (decimal): -8296997 or 14378369. OLE color: 14378369.

HSL color Cylindrical-coordinate representation of color #8165DB: hue angle of 254.24º degrees, saturation: 0.62, 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 #8165DB is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 101 219 -
CMYK 0.41 0.54 0 0.14
HSL 254.24º 0.62% 0.63% -
HSV(B) 254.24º 0.54% 0.86% -
XYZ 26.49 19.09 69.31 -
YUV 122.82 182.28 132.41 -
System Red Green Blue C M Y K H S L
Decimal 129 101 219 0.41 0.54 0 0.14 254.24 0.62 0.63
Hex 81 65 DB 29 36 0 E FE 3E 3F
Octal 201 145 333 51 66 0 16 376 76 77
Binary 10000001 1100101 11011011 101001 110110 0 1110 11111110 111110 111111

Color Harmonies of #8165DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8165DB

Black with #8165DB

Text Example


Text Example

White with #8165DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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