Html Css Color HEX #9753FE Light Slate Blue

📋 copy color: '#9753FE'

red 151 ◦ green 83 ◦ blue 254

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

Shades of Light Slate Blue #9753FE

Tints of Light Slate Blue #9753FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 30.94%
G = 17.01%
B = 52.05%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9753FE (or 0x9753FE) is known color: Light Slate Blue. HEX triplet: 97, 53 and FE. RGB value is (151,83,254). Sum of RGB (Red+Green+Blue) = 151+83+254=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #9753FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9753FE is #68AC01. Grayscale: #7A7A7A. Windows color (decimal): -6859778 or 16667543. OLE color: 16667543.

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

Color convert

RGB 151 83 254 -
CMYK 0.41 0.67 0 0.00
HSL 263.86º 0.99% 0.66% -
HSV(B) 263.86º 0.67% 1% -
XYZ 33.75 19.92 95.83 -
YUV 122.83 202.03 148.1 -
System Red Green Blue C M Y K H S L
Decimal 151 83 254 0.41 0.67 0 0.00 263.86 0.99 0.66
Hex 97 53 FE 29 43 0 0 108 63 42
Octal 227 123 376 51 103 0 0 410 143 102
Binary 10010111 1010011 11111110 101001 1000011 0 0 100001000 1100011 1000010

Color Harmonies of #9753FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9753FE

Black with #9753FE

Text Example


Text Example

White with #9753FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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