Html Css Color HEX #9754FD Light Slate Blue

📋 copy color: '#9754FD'

red 151 ◦ green 84 ◦ blue 253

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

Shades of Light Slate Blue #9754FD

Tints of Light Slate Blue #9754FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.84%

R = 30.94%
G = 17.21%
B = 51.84%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9754FD (or 0x9754FD) is known color: Light Slate Blue. HEX triplet: 97, 54 and FD. RGB value is (151,84,253). Sum of RGB (Red+Green+Blue) = 151+84+253=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #9754FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9754FD is #68AB02. Grayscale: #7A7A7A. Windows color (decimal): -6859523 or 16602263. OLE color: 16602263.

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

Color convert

RGB 151 84 253 -
CMYK 0.40 0.67 0 0.01
HSL 263.79º 0.98% 0.66% -
HSV(B) 263.79º 0.67% 0.99% -
XYZ 33.66 20.01 95.02 -
YUV 123.3 201.2 147.76 -
System Red Green Blue C M Y K H S L
Decimal 151 84 253 0.40 0.67 0 0.01 263.79 0.98 0.66
Hex 97 54 FD 28 43 0 1 108 62 42
Octal 227 124 375 50 103 0 1 410 142 102
Binary 10010111 1010100 11111101 101000 1000011 0 1 100001000 1100010 1000010

Color Harmonies of #9754FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754FD

Black with #9754FD

Text Example


Text Example

White with #9754FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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