Html Css Color HEX #9657FF Light Slate Blue

📋 copy color: '#9657FF'

red 150 ◦ green 87 ◦ blue 255

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

Shades of Light Slate Blue #9657FF

Tints of Light Slate Blue #9657FF

RGB

 RED value IS 150 (58.98% from 255) = 30.49%

 GREEN value IS 87 (34.38% from 255) = 17.68%

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

R = 30.49%
G = 17.68%
B = 51.83%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9657FF (or 0x9657FF) is known color: Light Slate Blue. HEX triplet: 96, 57 and FF. RGB value is (150,87,255). Sum of RGB (Red+Green+Blue) = 150+87+255=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #9657FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9657FF is #69A800. Grayscale: #7C7C7C. Windows color (decimal): -6924289 or 16734102. OLE color: 16734102.

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

Color convert

RGB 150 87 255 -
CMYK 0.41 0.66 0 0
HSL 262.5º 1% 0.67% -
HSV(B) 262.5º 0.66% 1% -
XYZ 34.04 20.52 96.77 -
YUV 124.99 201.37 145.84 -
System Red Green Blue C M Y K H S L
Decimal 150 87 255 0.41 0.66 0 0 262.5 1 0.67
Hex 96 57 FF 29 42 0 0 106 64 43
Octal 226 127 377 51 102 0 0 406 144 103
Binary 10010110 1010111 11111111 101001 1000010 0 0 100000110 1100100 1000011

Color Harmonies of #9657FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9657FF

Black with #9657FF

Text Example


Text Example

White with #9657FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,87,255); }

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

background-color css

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

 a { background-color: rgb(150,87,255); }

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

border-color css

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

 span { border-color: rgb(150,87,255); }

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