Html Css Color HEX #8572FE Light Slate Blue

📋 copy color: '#8572FE'

red 133 ◦ green 114 ◦ blue 254

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

Shades of Light Slate Blue #8572FE

Tints of Light Slate Blue #8572FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.75%

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

R = 26.55%
G = 22.75%
B = 50.7%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8572FE (or 0x8572FE) is known color: Light Slate Blue. HEX triplet: 85, 72 and FE. RGB value is (133,114,254). Sum of RGB (Red+Green+Blue) = 133+114+254=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #8572FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8572FE is #7A8D01. Grayscale: #878787. Windows color (decimal): -8031490 or 16675461. OLE color: 16675461.

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

Color convert

RGB 133 114 254 -
CMYK 0.48 0.55 0 0.00
HSL 248.14º 0.99% 0.72% -
HSV(B) 248.14º 0.55% 1% -
XYZ 33.58 24.18 96.66 -
YUV 135.64 194.79 126.12 -
System Red Green Blue C M Y K H S L
Decimal 133 114 254 0.48 0.55 0 0.00 248.14 0.99 0.72
Hex 85 72 FE 30 37 0 0 F8 63 48
Octal 205 162 376 60 67 0 0 370 143 110
Binary 10000101 1110010 11111110 110000 110111 0 0 11111000 1100011 1001000

Color Harmonies of #8572FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8572FE

Black with #8572FE

Text Example


Text Example

White with #8572FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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