Html Css Color HEX #8560F8 Medium Slate Blue

📋 copy color: '#8560F8'

red 133 ◦ green 96 ◦ blue 248

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

Shades of Medium Slate Blue #8560F8

Tints of Medium Slate Blue #8560F8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.13%

 BLUE value IS 248 (97.27% from 255) = 51.99%

R = 27.88%
G = 20.13%
B = 51.99%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8560F8 (or 0x8560F8) is known color: Medium Slate Blue. HEX triplet: 85, 60 and F8. RGB value is (133,96,248). Sum of RGB (Red+Green+Blue) = 133+96+248=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #8560F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8560F8 is #7A9F07. Grayscale: #7B7B7B. Windows color (decimal): -8036104 or 16277637. OLE color: 16277637.

HSL color Cylindrical-coordinate representation of color #8560F8: hue angle of 254.61º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8560F8 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 96 248 -
CMYK 0.46 0.61 0 0.03
HSL 254.61º 0.92% 0.67% -
HSV(B) 254.61º 0.61% 0.97% -
XYZ 30.8 20.13 91.07 -
YUV 124.39 197.76 134.14 -
System Red Green Blue C M Y K H S L
Decimal 133 96 248 0.46 0.61 0 0.03 254.61 0.92 0.67
Hex 85 60 F8 2E 3D 0 3 FF 5C 43
Octal 205 140 370 56 75 0 3 377 134 103
Binary 10000101 1100000 11111000 101110 111101 0 11 11111111 1011100 1000011

Color Harmonies of #8560F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8560F8

Black with #8560F8

Text Example


Text Example

White with #8560F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8560F8; }

 p { color: rgb(133,96,248); }

 H1.HeaderClassName
 {
   color: #8560F8;
 }
 .AnyTagClassName
 {
   color: #8560F8;
 }
</style>

background-color css

<style>
 a { background-color: #8560F8; }

 a { background-color: rgb(133,96,248); }

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

border-color css

<style>
 span { border-color: #8560F8; }

 span { border-color: rgb(133,96,248); }

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