Html Css Color HEX #9553FE Light Slate Blue

📋 copy color: '#9553FE'

red 149 ◦ green 83 ◦ blue 254

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

Shades of Light Slate Blue #9553FE

Tints of Light Slate Blue #9553FE

RGB

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

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

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

R = 30.66%
G = 17.08%
B = 52.26%

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

#9553FE (or 0x9553FE) is known color: Light Slate Blue. HEX triplet: 95, 53 and FE. RGB value is (149,83,254). Sum of RGB (Red+Green+Blue) = 149+83+254=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #9553FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9553FE is #6AAC01. Grayscale: #797979. Windows color (decimal): -6990850 or 16667541. OLE color: 16667541.

HSL color Cylindrical-coordinate representation of color #9553FE: hue angle of 263.16º 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 #9553FE is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 83 254 -
CMYK 0.41 0.67 0 0.00
HSL 263.16º 0.99% 0.66% -
HSV(B) 263.16º 0.67% 1% -
XYZ 33.38 19.73 95.82 -
YUV 122.23 202.37 147.1 -
System Red Green Blue C M Y K H S L
Decimal 149 83 254 0.41 0.67 0 0.00 263.16 0.99 0.66
Hex 95 53 FE 29 43 0 0 107 63 42
Octal 225 123 376 51 103 0 0 407 143 102
Binary 10010101 1010011 11111110 101001 1000011 0 0 100000111 1100011 1000010

Color Harmonies of #9553FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9553FE

Black with #9553FE

Text Example


Text Example

White with #9553FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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