Html Css Color HEX #9750FE Light Slate Blue

📋 copy color: '#9750FE'

red 151 ◦ green 80 ◦ blue 254

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

Shades of Light Slate Blue #9750FE

Tints of Light Slate Blue #9750FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.49%

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

R = 31.13%
G = 16.49%
B = 52.37%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9750FE (or 0x9750FE) is known color: Light Slate Blue. HEX triplet: 97, 50 and FE. RGB value is (151,80,254). Sum of RGB (Red+Green+Blue) = 151+80+254=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #9750FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9750FE is #68AF01. Grayscale: #787878. Windows color (decimal): -6860546 or 16666775. OLE color: 16666775.

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

Color convert

RGB 151 80 254 -
CMYK 0.41 0.69 0 0.00
HSL 264.48º 0.99% 0.65% -
HSV(B) 264.48º 0.69% 1% -
XYZ 33.52 19.47 95.76 -
YUV 121.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 151 80 254 0.41 0.69 0 0.00 264.48 0.99 0.65
Hex 97 50 FE 29 45 0 0 108 63 41
Octal 227 120 376 51 105 0 0 410 143 101
Binary 10010111 1010000 11111110 101001 1000101 0 0 100001000 1100011 1000001

Color Harmonies of #9750FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9750FE

Black with #9750FE

Text Example


Text Example

White with #9750FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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