Html Css Color HEX #9754FA Light Slate Blue

📋 copy color: '#9754FA'

red 151 ◦ green 84 ◦ blue 250

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

Shades of Light Slate Blue #9754FA

Tints of Light Slate Blue #9754FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.55%

R = 31.13%
G = 17.32%
B = 51.55%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9754FA (or 0x9754FA) is known color: Light Slate Blue. HEX triplet: 97, 54 and FA. RGB value is (151,84,250). Sum of RGB (Red+Green+Blue) = 151+84+250=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #9754FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9754FA is #68AB05. Grayscale: #7A7A7A. Windows color (decimal): -6859526 or 16405655. OLE color: 16405655.

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

Color convert

RGB 151 84 250 -
CMYK 0.40 0.66 0 0.02
HSL 264.22º 0.94% 0.65% -
HSV(B) 264.22º 0.66% 0.98% -
XYZ 33.19 19.82 92.52 -
YUV 122.96 199.7 148 -
System Red Green Blue C M Y K H S L
Decimal 151 84 250 0.40 0.66 0 0.02 264.22 0.94 0.65
Hex 97 54 FA 28 42 0 2 108 5E 41
Octal 227 124 372 50 102 0 2 410 136 101
Binary 10010111 1010100 11111010 101000 1000010 0 10 100001000 1011110 1000001

Color Harmonies of #9754FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754FA

Black with #9754FA

Text Example


Text Example

White with #9754FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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