Html Css Color HEX #9663FC Light Slate Blue

📋 copy color: '#9663FC'

red 150 ◦ green 99 ◦ blue 252

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

Shades of Light Slate Blue #9663FC

Tints of Light Slate Blue #9663FC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.76%

 BLUE value IS 252 (98.83% from 255) = 50.3%

R = 29.94%
G = 19.76%
B = 50.3%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9663FC (or 0x9663FC) is known color: Light Slate Blue. HEX triplet: 96, 63 and FC. RGB value is (150,99,252). Sum of RGB (Red+Green+Blue) = 150+99+252=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #9663FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9663FC is #699C03. Grayscale: #838383. Windows color (decimal): -6921220 or 16540566. OLE color: 16540566.

HSL color Cylindrical-coordinate representation of color #9663FC: hue angle of 260º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9663FC is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 99 252 -
CMYK 0.40 0.61 0 0.01
HSL 260º 0.96% 0.69% -
HSV(B) 260º 0.61% 0.99% -
XYZ 34.61 22.44 94.6 -
YUV 131.69 195.9 141.06 -
System Red Green Blue C M Y K H S L
Decimal 150 99 252 0.40 0.61 0 0.01 260 0.96 0.69
Hex 96 63 FC 28 3D 0 1 104 60 45
Octal 226 143 374 50 75 0 1 404 140 105
Binary 10010110 1100011 11111100 101000 111101 0 1 100000100 1100000 1000101

Color Harmonies of #9663FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9663FC

Black with #9663FC

Text Example


Text Example

White with #9663FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9663FC; }

 p { color: rgb(150,99,252); }

 H1.HeaderClassName
 {
   color: #9663FC;
 }
 .AnyTagClassName
 {
   color: #9663FC;
 }
</style>

background-color css

<style>
 a { background-color: #9663FC; }

 a { background-color: rgb(150,99,252); }

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

border-color css

<style>
 span { border-color: #9663FC; }

 span { border-color: rgb(150,99,252); }

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