Html Css Color HEX #955AFF Light Slate Blue

📋 copy color: '#955AFF'

red 149 ◦ green 90 ◦ blue 255

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

Shades of Light Slate Blue #955AFF

Tints of Light Slate Blue #955AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.22%

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

R = 30.16%
G = 18.22%
B = 51.62%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#955AFF (or 0x955AFF) is known color: Light Slate Blue. HEX triplet: 95, 5A and FF. RGB value is (149,90,255). Sum of RGB (Red+Green+Blue) = 149+90+255=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #955AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955AFF is #6AA500. Grayscale: #7D7D7D. Windows color (decimal): -6989057 or 16734869. OLE color: 16734869.

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

Color convert

RGB 149 90 255 -
CMYK 0.42 0.65 0 0
HSL 261.45º 1% 0.68% -
HSV(B) 261.45º 0.65% 1% -
XYZ 34.1 20.92 96.85 -
YUV 126.45 200.55 144.08 -
System Red Green Blue C M Y K H S L
Decimal 149 90 255 0.42 0.65 0 0 261.45 1 0.68
Hex 95 5A FF 2A 41 0 0 105 64 44
Octal 225 132 377 52 101 0 0 405 144 104
Binary 10010101 1011010 11111111 101010 1000001 0 0 100000101 1100100 1000100

Color Harmonies of #955AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955AFF

Black with #955AFF

Text Example


Text Example

White with #955AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955AFF; }

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

 H1.HeaderClassName
 {
   color: #955AFF;
 }
 .AnyTagClassName
 {
   color: #955AFF;
 }
</style>

background-color css

<style>
 a { background-color: #955AFF; }

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

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

border-color css

<style>
 span { border-color: #955AFF; }

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

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