Html Css Color HEX #9753FA Light Slate Blue

📋 copy color: '#9753FA'

red 151 ◦ green 83 ◦ blue 250

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

Shades of Light Slate Blue #9753FA

Tints of Light Slate Blue #9753FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.15%

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

R = 31.2%
G = 17.15%
B = 51.65%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9753FA (or 0x9753FA) is known color: Light Slate Blue. HEX triplet: 97, 53 and FA. RGB value is (151,83,250). Sum of RGB (Red+Green+Blue) = 151+83+250=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #9753FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9753FA is #68AC05. Grayscale: #797979. Windows color (decimal): -6859782 or 16405399. OLE color: 16405399.

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

Color convert

RGB 151 83 250 -
CMYK 0.40 0.67 0 0.02
HSL 264.43º 0.94% 0.65% -
HSV(B) 264.43º 0.67% 0.98% -
XYZ 33.11 19.67 92.49 -
YUV 122.37 200.03 148.42 -
System Red Green Blue C M Y K H S L
Decimal 151 83 250 0.40 0.67 0 0.02 264.43 0.94 0.65
Hex 97 53 FA 28 43 0 2 108 5E 41
Octal 227 123 372 50 103 0 2 410 136 101
Binary 10010111 1010011 11111010 101000 1000011 0 10 100001000 1011110 1000001

Color Harmonies of #9753FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9753FA

Black with #9753FA

Text Example


Text Example

White with #9753FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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