Html Css Color HEX #9563FE Light Slate Blue

📋 copy color: '#9563FE'

red 149 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #9563FE

Tints of Light Slate Blue #9563FE

RGB

 RED value IS 149 (58.59% from 255) = 29.68%

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

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

R = 29.68%
G = 19.72%
B = 50.6%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9563FE (or 0x9563FE) is known color: Light Slate Blue. HEX triplet: 95, 63 and FE. RGB value is (149,99,254). Sum of RGB (Red+Green+Blue) = 149+99+254=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #9563FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9563FE is #6A9C01. Grayscale: #838383. Windows color (decimal): -6986754 or 16671637. OLE color: 16671637.

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

Color convert

RGB 149 99 254 -
CMYK 0.41 0.61 0 0.00
HSL 259.35º 0.99% 0.69% -
HSV(B) 259.35º 0.61% 1% -
XYZ 34.75 22.47 96.27 -
YUV 131.62 197.07 140.4 -
System Red Green Blue C M Y K H S L
Decimal 149 99 254 0.41 0.61 0 0.00 259.35 0.99 0.69
Hex 95 63 FE 29 3D 0 0 103 63 45
Octal 225 143 376 51 75 0 0 403 143 105
Binary 10010101 1100011 11111110 101001 111101 0 0 100000011 1100011 1000101

Color Harmonies of #9563FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9563FE

Black with #9563FE

Text Example


Text Example

White with #9563FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,99,254); }

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

background-color css

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

 a { background-color: rgb(149,99,254); }

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

border-color css

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

 span { border-color: rgb(149,99,254); }

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