Html Css Color HEX #9655FE Light Slate Blue

📋 copy color: '#9655FE'

red 150 ◦ green 85 ◦ blue 254

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

Shades of Light Slate Blue #9655FE

Tints of Light Slate Blue #9655FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 30.67%
G = 17.38%
B = 51.94%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9655FE (or 0x9655FE) is known color: Light Slate Blue. HEX triplet: 96, 55 and FE. RGB value is (150,85,254). Sum of RGB (Red+Green+Blue) = 150+85+254=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #9655FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9655FE is #69AA01. Grayscale: #7B7B7B. Windows color (decimal): -6924802 or 16668054. OLE color: 16668054.

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

Color convert

RGB 150 85 254 -
CMYK 0.41 0.67 0 0.00
HSL 263.08º 0.99% 0.66% -
HSV(B) 263.08º 0.67% 1% -
XYZ 33.72 20.14 95.88 -
YUV 123.7 201.53 146.76 -
System Red Green Blue C M Y K H S L
Decimal 150 85 254 0.41 0.67 0 0.00 263.08 0.99 0.66
Hex 96 55 FE 29 43 0 0 107 63 42
Octal 226 125 376 51 103 0 0 407 143 102
Binary 10010110 1010101 11111110 101001 1000011 0 0 100000111 1100011 1000010

Color Harmonies of #9655FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655FE

Black with #9655FE

Text Example


Text Example

White with #9655FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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