Html Css Color HEX #9570FF Light Slate Blue

📋 copy color: '#9570FF'

red 149 ◦ green 112 ◦ blue 255

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

Shades of Light Slate Blue #9570FF

Tints of Light Slate Blue #9570FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.42%

R = 28.88%
G = 21.71%
B = 49.42%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9570FF (or 0x9570FF) is known color: Light Slate Blue. HEX triplet: 95, 70 and FF. RGB value is (149,112,255). Sum of RGB (Red+Green+Blue) = 149+112+255=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #9570FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9570FF is #6A8F00. Grayscale: #8A8A8A. Windows color (decimal): -6983425 or 16740501. OLE color: 16740501.

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

Color convert

RGB 149 112 255 -
CMYK 0.42 0.56 0 0
HSL 255.52º 1% 0.72% -
HSV(B) 255.52º 0.56% 1% -
XYZ 36.24 25.2 97.56 -
YUV 139.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 149 112 255 0.42 0.56 0 0 255.52 1 0.72
Hex 95 70 FF 2A 38 0 0 100 64 48
Octal 225 160 377 52 70 0 0 400 144 110
Binary 10010101 1110000 11111111 101010 111000 0 0 100000000 1100100 1001000

Color Harmonies of #9570FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570FF

Black with #9570FF

Text Example


Text Example

White with #9570FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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