Html Css Color HEX #9570FE Light Slate Blue

📋 copy color: '#9570FE'

red 149 ◦ green 112 ◦ blue 254

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

Shades of Light Slate Blue #9570FE

Tints of Light Slate Blue #9570FE

RGB

 RED value IS 149 (58.59% from 255) = 28.93%

 GREEN value IS 112 (44.14% from 255) = 21.75%

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

R = 28.93%
G = 21.75%
B = 49.32%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9570FE (or 0x9570FE) is known color: Light Slate Blue. HEX triplet: 95, 70 and FE. RGB value is (149,112,254). Sum of RGB (Red+Green+Blue) = 149+112+254=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #9570FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9570FE is #6A8F01. Grayscale: #8A8A8A. Windows color (decimal): -6983426 or 16674965. OLE color: 16674965.

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

Color convert

RGB 149 112 254 -
CMYK 0.41 0.56 0 0.00
HSL 255.63º 0.99% 0.72% -
HSV(B) 255.63º 0.56% 1% -
XYZ 36.08 25.13 96.72 -
YUV 139.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 149 112 254 0.41 0.56 0 0.00 255.63 0.99 0.72
Hex 95 70 FE 29 38 0 0 100 63 48
Octal 225 160 376 51 70 0 0 400 143 110
Binary 10010101 1110000 11111110 101001 111000 0 0 100000000 1100011 1001000

Color Harmonies of #9570FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570FE

Black with #9570FE

Text Example


Text Example

White with #9570FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,112,254); }

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

background-color css

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

 a { background-color: rgb(149,112,254); }

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

border-color css

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

 span { border-color: rgb(149,112,254); }

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