Html Css Color HEX #9965FF Light Slate Blue

📋 copy color: '#9965FF'

red 153 ◦ green 101 ◦ blue 255

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

Shades of Light Slate Blue #9965FF

Tints of Light Slate Blue #9965FF

RGB

 RED value IS 153 (60.16% from 255) = 30.06%

 GREEN value IS 101 (39.84% from 255) = 19.84%

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

R = 30.06%
G = 19.84%
B = 50.1%

CMYK

 C value IS 0.4

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9965FF (or 0x9965FF) is known color: Light Slate Blue. HEX triplet: 99, 65 and FF. RGB value is (153,101,255). Sum of RGB (Red+Green+Blue) = 153+101+255=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #9965FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9965FF is #669A00. Grayscale: #858585. Windows color (decimal): -6724097 or 16737689. OLE color: 16737689.

HSL color Cylindrical-coordinate representation of color #9965FF: hue angle of 260.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9965FF is Cyan = 0.4, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 101 255 -
CMYK 0.4 0.60 0 0
HSL 260.26º 1% 0.7% -
HSV(B) 260.26º 0.6% 1% -
XYZ 35.84 23.3 97.22 -
YUV 134.1 196.23 141.48 -
System Red Green Blue C M Y K H S L
Decimal 153 101 255 0.4 0.60 0 0 260.26 1 0.7
Hex 99 65 FF 28 3C 0 0 104 64 46
Octal 231 145 377 50 74 0 0 404 144 106
Binary 10011001 1100101 11111111 101000 111100 0 0 100000100 1100100 1000110

Color Harmonies of #9965FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9965FF

Black with #9965FF

Text Example


Text Example

White with #9965FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,101,255); }

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

background-color css

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

 a { background-color: rgb(153,101,255); }

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

border-color css

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

 span { border-color: rgb(153,101,255); }

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