Html Css Color HEX #8568FE Light Slate Blue

📋 copy color: '#8568FE'

red 133 ◦ green 104 ◦ blue 254

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

Shades of Light Slate Blue #8568FE

Tints of Light Slate Blue #8568FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.18%

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 27.09%
G = 21.18%
B = 51.73%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8568FE (or 0x8568FE) is known color: Light Slate Blue. HEX triplet: 85, 68 and FE. RGB value is (133,104,254). Sum of RGB (Red+Green+Blue) = 133+104+254=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #8568FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8568FE is #7A9701. Grayscale: #818181. Windows color (decimal): -8034050 or 16672901. OLE color: 16672901.

HSL color Cylindrical-coordinate representation of color #8568FE: hue angle of 251.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8568FE is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 104 254 -
CMYK 0.48 0.59 0 0.00
HSL 251.6º 0.99% 0.7% -
HSV(B) 251.6º 0.59% 1% -
XYZ 32.51 22.04 96.31 -
YUV 129.77 198.11 130.3 -
System Red Green Blue C M Y K H S L
Decimal 133 104 254 0.48 0.59 0 0.00 251.6 0.99 0.7
Hex 85 68 FE 30 3B 0 0 FC 63 46
Octal 205 150 376 60 73 0 0 374 143 106
Binary 10000101 1101000 11111110 110000 111011 0 0 11111100 1100011 1000110

Color Harmonies of #8568FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8568FE

Black with #8568FE

Text Example


Text Example

White with #8568FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8568FE; }

 p { color: rgb(133,104,254); }

 H1.HeaderClassName
 {
   color: #8568FE;
 }
 .AnyTagClassName
 {
   color: #8568FE;
 }
</style>

background-color css

<style>
 a { background-color: #8568FE; }

 a { background-color: rgb(133,104,254); }

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

border-color css

<style>
 span { border-color: #8568FE; }

 span { border-color: rgb(133,104,254); }

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