Html Css Color HEX #8565EF Medium Slate Blue

📋 copy color: '#8565EF'

red 133 ◦ green 101 ◦ blue 239

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

Shades of Medium Slate Blue #8565EF

Tints of Medium Slate Blue #8565EF

RGB

 RED value IS 133 (52.34% from 255) = 28.12%

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

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 28.12%
G = 21.35%
B = 50.53%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8565EF (or 0x8565EF) is known color: Medium Slate Blue. HEX triplet: 85, 65 and EF. RGB value is (133,101,239). Sum of RGB (Red+Green+Blue) = 133+101+239=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #8565EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8565EF is #7A9A10. Grayscale: #7D7D7D. Windows color (decimal): -8034833 or 15689093. OLE color: 15689093.

HSL color Cylindrical-coordinate representation of color #8565EF: hue angle of 253.91º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8565EF is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 101 239 -
CMYK 0.44 0.58 0 0.06
HSL 253.91º 0.81% 0.67% -
HSV(B) 253.91º 0.58% 0.94% -
XYZ 29.91 20.53 84.05 -
YUV 126.3 191.6 132.78 -
System Red Green Blue C M Y K H S L
Decimal 133 101 239 0.44 0.58 0 0.06 253.91 0.81 0.67
Hex 85 65 EF 2C 3A 0 6 FE 51 43
Octal 205 145 357 54 72 0 6 376 121 103
Binary 10000101 1100101 11101111 101100 111010 0 110 11111110 1010001 1000011

Color Harmonies of #8565EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8565EF

Black with #8565EF

Text Example


Text Example

White with #8565EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8565EF; }

 p { color: rgb(133,101,239); }

 H1.HeaderClassName
 {
   color: #8565EF;
 }
 .AnyTagClassName
 {
   color: #8565EF;
 }
</style>

background-color css

<style>
 a { background-color: #8565EF; }

 a { background-color: rgb(133,101,239); }

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

border-color css

<style>
 span { border-color: #8565EF; }

 span { border-color: rgb(133,101,239); }

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