Html Css Color HEX #8065E6 Medium Slate Blue

📋 copy color: '#8065E6'

red 128 ◦ green 101 ◦ blue 230

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

Shades of Medium Slate Blue #8065E6

Tints of Medium Slate Blue #8065E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.11%

R = 27.89%
G = 22%
B = 50.11%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8065E6 (or 0x8065E6) is known color: Medium Slate Blue. HEX triplet: 80, 65 and E6. RGB value is (128,101,230). Sum of RGB (Red+Green+Blue) = 128+101+230=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #8065E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8065E6 is #7F9A19. Grayscale: #7B7B7B. Windows color (decimal): -8362522 or 15099264. OLE color: 15099264.

HSL color Cylindrical-coordinate representation of color #8065E6: hue angle of 252.56º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8065E6 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 101 230 -
CMYK 0.44 0.56 0 0.10
HSL 252.56º 0.72% 0.65% -
HSV(B) 252.56º 0.56% 0.9% -
XYZ 27.84 19.61 77.18 -
YUV 123.78 187.95 131.01 -
System Red Green Blue C M Y K H S L
Decimal 128 101 230 0.44 0.56 0 0.10 252.56 0.72 0.65
Hex 80 65 E6 2C 38 0 A FD 48 41
Octal 200 145 346 54 70 0 12 375 110 101
Binary 10000000 1100101 11100110 101100 111000 0 1010 11111101 1001000 1000001

Color Harmonies of #8065E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8065E6

Black with #8065E6

Text Example


Text Example

White with #8065E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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