Html Css Color HEX #9555FF Light Slate Blue

📋 copy color: '#9555FF'

red 149 ◦ green 85 ◦ blue 255

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

Shades of Light Slate Blue #9555FF

Tints of Light Slate Blue #9555FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.38%

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

R = 30.47%
G = 17.38%
B = 52.15%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9555FF (or 0x9555FF) is known color: Light Slate Blue. HEX triplet: 95, 55 and FF. RGB value is (149,85,255). Sum of RGB (Red+Green+Blue) = 149+85+255=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #9555FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9555FF is #6AAA00. Grayscale: #7A7A7A. Windows color (decimal): -6990337 or 16733589. OLE color: 16733589.

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

Color convert

RGB 149 85 255 -
CMYK 0.42 0.67 0 0
HSL 262.59º 1% 0.67% -
HSV(B) 262.59º 0.67% 1% -
XYZ 33.69 20.11 96.71 -
YUV 123.52 202.2 146.18 -
System Red Green Blue C M Y K H S L
Decimal 149 85 255 0.42 0.67 0 0 262.59 1 0.67
Hex 95 55 FF 2A 43 0 0 107 64 43
Octal 225 125 377 52 103 0 0 407 144 103
Binary 10010101 1010101 11111111 101010 1000011 0 0 100000111 1100100 1000011

Color Harmonies of #9555FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9555FF

Black with #9555FF

Text Example


Text Example

White with #9555FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,85,255); }

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

background-color css

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

 a { background-color: rgb(149,85,255); }

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

border-color css

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

 span { border-color: rgb(149,85,255); }

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