Html Css Color HEX #9658FA Light Slate Blue

📋 copy color: '#9658FA'

red 150 ◦ green 88 ◦ blue 250

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

Shades of Light Slate Blue #9658FA

Tints of Light Slate Blue #9658FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.03%

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

R = 30.74%
G = 18.03%
B = 51.23%

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

#9658FA (or 0x9658FA) is known color: Light Slate Blue. HEX triplet: 96, 58 and FA. RGB value is (150,88,250). Sum of RGB (Red+Green+Blue) = 150+88+250=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #9658FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9658FA is #69A705. Grayscale: #7C7C7C. Windows color (decimal): -6924038 or 16406678. OLE color: 16406678.

HSL color Cylindrical-coordinate representation of color #9658FA: hue angle of 262.96º 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 #9658FA is Cyan = 0.4, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 88 250 -
CMYK 0.4 0.65 0 0.02
HSL 262.96º 0.94% 0.66% -
HSV(B) 262.96º 0.65% 0.98% -
XYZ 33.32 20.37 92.62 -
YUV 125.01 198.54 145.83 -
System Red Green Blue C M Y K H S L
Decimal 150 88 250 0.4 0.65 0 0.02 262.96 0.94 0.66
Hex 96 58 FA 28 41 0 2 107 5E 42
Octal 226 130 372 50 101 0 2 407 136 102
Binary 10010110 1011000 11111010 101000 1000001 0 10 100000111 1011110 1000010

Color Harmonies of #9658FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9658FA

Black with #9658FA

Text Example


Text Example

White with #9658FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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