Html Css Color HEX #9653FF Light Slate Blue

📋 copy color: '#9653FF'

red 150 ◦ green 83 ◦ blue 255

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

Shades of Light Slate Blue #9653FF

Tints of Light Slate Blue #9653FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.01%

 BLUE value IS 255 (100% from 255) = 52.25%

R = 30.74%
G = 17.01%
B = 52.25%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9653FF (or 0x9653FF) is known color: Light Slate Blue. HEX triplet: 96, 53 and FF. RGB value is (150,83,255). Sum of RGB (Red+Green+Blue) = 150+83+255=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #9653FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9653FF is #69AC00. Grayscale: #7A7A7A. Windows color (decimal): -6925313 or 16733078. OLE color: 16733078.

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

Color convert

RGB 150 83 255 -
CMYK 0.41 0.67 0 0
HSL 263.37º 1% 0.66% -
HSV(B) 263.37º 0.67% 1% -
XYZ 33.72 19.89 96.67 -
YUV 122.64 202.7 147.51 -
System Red Green Blue C M Y K H S L
Decimal 150 83 255 0.41 0.67 0 0 263.37 1 0.66
Hex 96 53 FF 29 43 0 0 107 64 42
Octal 226 123 377 51 103 0 0 407 144 102
Binary 10010110 1010011 11111111 101001 1000011 0 0 100000111 1100100 1000010

Color Harmonies of #9653FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9653FF

Black with #9653FF

Text Example


Text Example

White with #9653FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9653FF; }

 p { color: rgb(150,83,255); }

 H1.HeaderClassName
 {
   color: #9653FF;
 }
 .AnyTagClassName
 {
   color: #9653FF;
 }
</style>

background-color css

<style>
 a { background-color: #9653FF; }

 a { background-color: rgb(150,83,255); }

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

border-color css

<style>
 span { border-color: #9653FF; }

 span { border-color: rgb(150,83,255); }

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