Html Css Color HEX #8574FB Light Slate Blue

📋 copy color: '#8574FB'

red 133 ◦ green 116 ◦ blue 251

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

Shades of Light Slate Blue #8574FB

Tints of Light Slate Blue #8574FB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.2%

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 26.6%
G = 23.2%
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

#8574FB (or 0x8574FB) is known color: Light Slate Blue. HEX triplet: 85, 74 and FB. RGB value is (133,116,251). Sum of RGB (Red+Green+Blue) = 133+116+251=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #8574FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8574FB is #7A8B04. Grayscale: #878787. Windows color (decimal): -8030981 or 16479365. OLE color: 16479365.

HSL color Cylindrical-coordinate representation of color #8574FB: hue angle of 247.56º degrees, saturation: 0.94, 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 #8574FB is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 116 251 -
CMYK 0.47 0.54 0 0.02
HSL 247.56º 0.94% 0.72% -
HSV(B) 247.56º 0.54% 0.98% -
XYZ 33.33 24.44 94.23 -
YUV 136.47 192.63 125.52 -
System Red Green Blue C M Y K H S L
Decimal 133 116 251 0.47 0.54 0 0.02 247.56 0.94 0.72
Hex 85 74 FB 2F 36 0 2 F8 5E 48
Octal 205 164 373 57 66 0 2 370 136 110
Binary 10000101 1110100 11111011 101111 110110 0 10 11111000 1011110 1001000

Color Harmonies of #8574FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8574FB

Black with #8574FB

Text Example


Text Example

White with #8574FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8574FB; }

 p { color: rgb(133,116,251); }

 H1.HeaderClassName
 {
   color: #8574FB;
 }
 .AnyTagClassName
 {
   color: #8574FB;
 }
</style>

background-color css

<style>
 a { background-color: #8574FB; }

 a { background-color: rgb(133,116,251); }

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

border-color css

<style>
 span { border-color: #8574FB; }

 span { border-color: rgb(133,116,251); }

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