Html Css Color HEX #9756FE Light Slate Blue

📋 copy color: '#9756FE'

red 151 ◦ green 86 ◦ blue 254

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

Shades of Light Slate Blue #9756FE

Tints of Light Slate Blue #9756FE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.52%

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

R = 30.75%
G = 17.52%
B = 51.73%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9756FE (or 0x9756FE) is known color: Light Slate Blue. HEX triplet: 97, 56 and FE. RGB value is (151,86,254). Sum of RGB (Red+Green+Blue) = 151+86+254=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #9756FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9756FE is #68A901. Grayscale: #7B7B7B. Windows color (decimal): -6859010 or 16668311. OLE color: 16668311.

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

Color convert

RGB 151 86 254 -
CMYK 0.41 0.66 0 0.00
HSL 263.21º 0.99% 0.67% -
HSV(B) 263.21º 0.66% 1% -
XYZ 33.98 20.39 95.91 -
YUV 124.59 201.03 146.84 -
System Red Green Blue C M Y K H S L
Decimal 151 86 254 0.41 0.66 0 0.00 263.21 0.99 0.67
Hex 97 56 FE 29 42 0 0 107 63 43
Octal 227 126 376 51 102 0 0 407 143 103
Binary 10010111 1010110 11111110 101001 1000010 0 0 100000111 1100011 1000011

Color Harmonies of #9756FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9756FE

Black with #9756FE

Text Example


Text Example

White with #9756FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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