Html Css Color HEX #9754FF Light Slate Blue

📋 copy color: '#9754FF'

red 151 ◦ green 84 ◦ blue 255

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

Shades of Light Slate Blue #9754FF

Tints of Light Slate Blue #9754FF

RGB

 RED value IS 151 (59.38% from 255) = 30.82%

 GREEN value IS 84 (33.2% from 255) = 17.14%

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

R = 30.82%
G = 17.14%
B = 52.04%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9754FF (or 0x9754FF) is known color: Light Slate Blue. HEX triplet: 97, 54 and FF. RGB value is (151,84,255). Sum of RGB (Red+Green+Blue) = 151+84+255=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #9754FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9754FF is #68AB00. Grayscale: #7A7A7A. Windows color (decimal): -6859521 or 16733335. OLE color: 16733335.

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

Color convert

RGB 151 84 255 -
CMYK 0.41 0.67 0 0
HSL 263.51º 1% 0.66% -
HSV(B) 263.51º 0.67% 1% -
XYZ 33.98 20.14 96.7 -
YUV 123.53 202.2 147.6 -
System Red Green Blue C M Y K H S L
Decimal 151 84 255 0.41 0.67 0 0 263.51 1 0.66
Hex 97 54 FF 29 43 0 0 108 64 42
Octal 227 124 377 51 103 0 0 410 144 102
Binary 10010111 1010100 11111111 101001 1000011 0 0 100001000 1100100 1000010

Color Harmonies of #9754FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754FF

Black with #9754FF

Text Example


Text Example

White with #9754FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,84,255); }

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

background-color css

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

 a { background-color: rgb(151,84,255); }

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

border-color css

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

 span { border-color: rgb(151,84,255); }

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