Html Css Color HEX #8565F0 Medium Slate Blue

📋 copy color: '#8565F0'

red 133 ◦ green 101 ◦ blue 240

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

Shades of Medium Slate Blue #8565F0

Tints of Medium Slate Blue #8565F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.63%

R = 28.06%
G = 21.31%
B = 50.63%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8565F0 (or 0x8565F0) is known color: Medium Slate Blue. HEX triplet: 85, 65 and F0. RGB value is (133,101,240). Sum of RGB (Red+Green+Blue) = 133+101+240=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #8565F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8565F0 is #7A9A0F. Grayscale: #7D7D7D. Windows color (decimal): -8034832 or 15754629. OLE color: 15754629.

HSL color Cylindrical-coordinate representation of color #8565F0: hue angle of 253.81º degrees, saturation: 0.82, 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 #8565F0 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 101 240 -
CMYK 0.45 0.58 0 0.06
HSL 253.81º 0.82% 0.67% -
HSV(B) 253.81º 0.58% 0.94% -
XYZ 30.05 20.59 84.83 -
YUV 126.41 192.1 132.7 -
System Red Green Blue C M Y K H S L
Decimal 133 101 240 0.45 0.58 0 0.06 253.81 0.82 0.67
Hex 85 65 F0 2D 3A 0 6 FE 52 43
Octal 205 145 360 55 72 0 6 376 122 103
Binary 10000101 1100101 11110000 101101 111010 0 110 11111110 1010010 1000011

Color Harmonies of #8565F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8565F0

Black with #8565F0

Text Example


Text Example

White with #8565F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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