Html Css Color HEX #9655F9 Light Slate Blue

📋 copy color: '#9655F9'

red 150 ◦ green 85 ◦ blue 249

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

Shades of Light Slate Blue #9655F9

Tints of Light Slate Blue #9655F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.45%

R = 30.99%
G = 17.56%
B = 51.45%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9655F9 (or 0x9655F9) is known color: Light Slate Blue. HEX triplet: 96, 55 and F9. RGB value is (150,85,249). Sum of RGB (Red+Green+Blue) = 150+85+249=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #9655F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9655F9 is #69AA06. Grayscale: #7A7A7A. Windows color (decimal): -6924807 or 16340374. OLE color: 16340374.

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

Color convert

RGB 150 85 249 -
CMYK 0.40 0.66 0 0.02
HSL 263.78º 0.93% 0.65% -
HSV(B) 263.78º 0.66% 0.98% -
XYZ 32.93 19.82 91.71 -
YUV 123.13 199.03 147.16 -
System Red Green Blue C M Y K H S L
Decimal 150 85 249 0.40 0.66 0 0.02 263.78 0.93 0.65
Hex 96 55 F9 28 42 0 2 108 5D 41
Octal 226 125 371 50 102 0 2 410 135 101
Binary 10010110 1010101 11111001 101000 1000010 0 10 100001000 1011101 1000001

Color Harmonies of #9655F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655F9

Black with #9655F9

Text Example


Text Example

White with #9655F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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