Html Css Color HEX #9759FF Light Slate Blue

📋 copy color: '#9759FF'

red 151 ◦ green 89 ◦ blue 255

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

Shades of Light Slate Blue #9759FF

Tints of Light Slate Blue #9759FF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.98%

 BLUE value IS 255 (100% from 255) = 51.52%

R = 30.51%
G = 17.98%
B = 51.52%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9759FF (or 0x9759FF) is known color: Light Slate Blue. HEX triplet: 97, 59 and FF. RGB value is (151,89,255). Sum of RGB (Red+Green+Blue) = 151+89+255=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #9759FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9759FF is #68A600. Grayscale: #7D7D7D. Windows color (decimal): -6858241 or 16734615. OLE color: 16734615.

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

Color convert

RGB 151 89 255 -
CMYK 0.41 0.65 0 0
HSL 262.41º 1% 0.67% -
HSV(B) 262.41º 0.65% 1% -
XYZ 34.38 20.94 96.84 -
YUV 126.46 200.54 145.5 -
System Red Green Blue C M Y K H S L
Decimal 151 89 255 0.41 0.65 0 0 262.41 1 0.67
Hex 97 59 FF 29 41 0 0 106 64 43
Octal 227 131 377 51 101 0 0 406 144 103
Binary 10010111 1011001 11111111 101001 1000001 0 0 100000110 1100100 1000011

Color Harmonies of #9759FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9759FF

Black with #9759FF

Text Example


Text Example

White with #9759FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9759FF; }

 p { color: rgb(151,89,255); }

 H1.HeaderClassName
 {
   color: #9759FF;
 }
 .AnyTagClassName
 {
   color: #9759FF;
 }
</style>

background-color css

<style>
 a { background-color: #9759FF; }

 a { background-color: rgb(151,89,255); }

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

border-color css

<style>
 span { border-color: #9759FF; }

 span { border-color: rgb(151,89,255); }

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