Html Css Color HEX #9756FA Light Slate Blue

📋 copy color: '#9756FA'

red 151 ◦ green 86 ◦ blue 250

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

Shades of Light Slate Blue #9756FA

Tints of Light Slate Blue #9756FA

RGB

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

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

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

R = 31.01%
G = 17.66%
B = 51.33%

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

#9756FA (or 0x9756FA) is known color: Light Slate Blue. HEX triplet: 97, 56 and FA. RGB value is (151,86,250). Sum of RGB (Red+Green+Blue) = 151+86+250=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #9756FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9756FA is #68A905. Grayscale: #7B7B7B. Windows color (decimal): -6859014 or 16406167. OLE color: 16406167.

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

Color convert

RGB 151 86 250 -
CMYK 0.40 0.66 0 0.02
HSL 263.78º 0.94% 0.66% -
HSV(B) 263.78º 0.66% 0.98% -
XYZ 33.35 20.14 92.57 -
YUV 124.13 199.03 147.16 -
System Red Green Blue C M Y K H S L
Decimal 151 86 250 0.40 0.66 0 0.02 263.78 0.94 0.66
Hex 97 56 FA 28 42 0 2 108 5E 42
Octal 227 126 372 50 102 0 2 410 136 102
Binary 10010111 1010110 11111010 101000 1000010 0 10 100001000 1011110 1000010

Color Harmonies of #9756FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9756FA

Black with #9756FA

Text Example


Text Example

White with #9756FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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