Html Css Color HEX #8573FA Light Slate Blue

📋 copy color: '#8573FA'

red 133 ◦ green 115 ◦ blue 250

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

Shades of Light Slate Blue #8573FA

Tints of Light Slate Blue #8573FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.09%

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 26.71%
G = 23.09%
B = 50.2%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8573FA (or 0x8573FA) is known color: Light Slate Blue. HEX triplet: 85, 73 and FA. RGB value is (133,115,250). Sum of RGB (Red+Green+Blue) = 133+115+250=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #8573FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8573FA is #7A8C05. Grayscale: #878787. Windows color (decimal): -8031238 or 16413573. OLE color: 16413573.

HSL color Cylindrical-coordinate representation of color #8573FA: hue angle of 248º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8573FA is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 115 250 -
CMYK 0.47 0.54 0 0.02
HSL 248º 0.93% 0.72% -
HSV(B) 248º 0.54% 0.98% -
XYZ 33.06 24.15 93.36 -
YUV 135.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 133 115 250 0.47 0.54 0 0.02 248 0.93 0.72
Hex 85 73 FA 2F 36 0 2 F8 5D 48
Octal 205 163 372 57 66 0 2 370 135 110
Binary 10000101 1110011 11111010 101111 110110 0 10 11111000 1011101 1001000

Color Harmonies of #8573FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8573FA

Black with #8573FA

Text Example


Text Example

White with #8573FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8573FA; }

 p { color: rgb(133,115,250); }

 H1.HeaderClassName
 {
   color: #8573FA;
 }
 .AnyTagClassName
 {
   color: #8573FA;
 }
</style>

background-color css

<style>
 a { background-color: #8573FA; }

 a { background-color: rgb(133,115,250); }

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

border-color css

<style>
 span { border-color: #8573FA; }

 span { border-color: rgb(133,115,250); }

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