Html Css Color HEX #8065DA Medium Slate Blue

📋 copy color: '#8065DA'

red 128 ◦ green 101 ◦ blue 218

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

Shades of Medium Slate Blue #8065DA

Tints of Medium Slate Blue #8065DA

RGB

 RED value IS 128 (50.39% from 255) = 28.64%

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

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 28.64%
G = 22.6%
B = 48.77%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8065DA (or 0x8065DA) is known color: Medium Slate Blue. HEX triplet: 80, 65 and DA. RGB value is (128,101,218). Sum of RGB (Red+Green+Blue) = 128+101+218=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #8065DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8065DA is #7F9A25. Grayscale: #797979. Windows color (decimal): -8362534 or 14312832. OLE color: 14312832.

HSL color Cylindrical-coordinate representation of color #8065DA: hue angle of 253.85º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8065DA is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 101 218 -
CMYK 0.41 0.54 0 0.15
HSL 253.85º 0.61% 0.63% -
HSV(B) 253.85º 0.54% 0.85% -
XYZ 26.21 18.96 68.61 -
YUV 122.41 181.95 131.99 -
System Red Green Blue C M Y K H S L
Decimal 128 101 218 0.41 0.54 0 0.15 253.85 0.61 0.63
Hex 80 65 DA 29 36 0 F FE 3D 3F
Octal 200 145 332 51 66 0 17 376 75 77
Binary 10000000 1100101 11011010 101001 110110 0 1111 11111110 111101 111111

Color Harmonies of #8065DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8065DA

Black with #8065DA

Text Example


Text Example

White with #8065DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8065DA; }

 p { color: rgb(128,101,218); }

 H1.HeaderClassName
 {
   color: #8065DA;
 }
 .AnyTagClassName
 {
   color: #8065DA;
 }
</style>

background-color css

<style>
 a { background-color: #8065DA; }

 a { background-color: rgb(128,101,218); }

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

border-color css

<style>
 span { border-color: #8065DA; }

 span { border-color: rgb(128,101,218); }

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