Html Css Color HEX #9655FD Light Slate Blue

📋 copy color: '#9655FD'

red 150 ◦ green 85 ◦ blue 253

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

Shades of Light Slate Blue #9655FD

Tints of Light Slate Blue #9655FD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.42%

 BLUE value IS 253 (99.22% from 255) = 51.84%

R = 30.74%
G = 17.42%
B = 51.84%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9655FD (or 0x9655FD) is known color: Light Slate Blue. HEX triplet: 96, 55 and FD. RGB value is (150,85,253). Sum of RGB (Red+Green+Blue) = 150+85+253=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #9655FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9655FD is #69AA02. Grayscale: #7A7A7A. Windows color (decimal): -6924803 or 16602518. OLE color: 16602518.

HSL color Cylindrical-coordinate representation of color #9655FD: hue angle of 263.21º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9655FD is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 85 253 -
CMYK 0.41 0.66 0 0.01
HSL 263.21º 0.98% 0.66% -
HSV(B) 263.21º 0.66% 0.99% -
XYZ 33.56 20.07 95.03 -
YUV 123.59 201.03 146.84 -
System Red Green Blue C M Y K H S L
Decimal 150 85 253 0.41 0.66 0 0.01 263.21 0.98 0.66
Hex 96 55 FD 29 42 0 1 107 62 42
Octal 226 125 375 51 102 0 1 407 142 102
Binary 10010110 1010101 11111101 101001 1000010 0 1 100000111 1100010 1000010

Color Harmonies of #9655FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655FD

Black with #9655FD

Text Example


Text Example

White with #9655FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9655FD; }

 p { color: rgb(150,85,253); }

 H1.HeaderClassName
 {
   color: #9655FD;
 }
 .AnyTagClassName
 {
   color: #9655FD;
 }
</style>

background-color css

<style>
 a { background-color: #9655FD; }

 a { background-color: rgb(150,85,253); }

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

border-color css

<style>
 span { border-color: #9655FD; }

 span { border-color: rgb(150,85,253); }

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