Html Css Color HEX #9657FA Light Slate Blue

📋 copy color: '#9657FA'

red 150 ◦ green 87 ◦ blue 250

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

Shades of Light Slate Blue #9657FA

Tints of Light Slate Blue #9657FA

RGB

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

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

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

R = 30.8%
G = 17.86%
B = 51.33%

CMYK

 C value IS 0.4

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9657FA (or 0x9657FA) is known color: Light Slate Blue. HEX triplet: 96, 57 and FA. RGB value is (150,87,250). Sum of RGB (Red+Green+Blue) = 150+87+250=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 87 (34.38% from 255 or 17.86% 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 #9657FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9657FA is #69A805. Grayscale: #7B7B7B. Windows color (decimal): -6924294 or 16406422. OLE color: 16406422.

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

Color convert

RGB 150 87 250 -
CMYK 0.4 0.65 0 0.02
HSL 263.19º 0.94% 0.66% -
HSV(B) 263.19º 0.65% 0.98% -
XYZ 33.24 20.2 92.59 -
YUV 124.42 198.87 146.25 -
System Red Green Blue C M Y K H S L
Decimal 150 87 250 0.4 0.65 0 0.02 263.19 0.94 0.66
Hex 96 57 FA 28 41 0 2 107 5E 42
Octal 226 127 372 50 101 0 2 407 136 102
Binary 10010110 1010111 11111010 101000 1000001 0 10 100000111 1011110 1000010

Color Harmonies of #9657FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9657FA

Black with #9657FA

Text Example


Text Example

White with #9657FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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