Html Css Color HEX #955AF9 Light Slate Blue

📋 copy color: '#955AF9'

red 149 ◦ green 90 ◦ blue 249

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

Shades of Light Slate Blue #955AF9

Tints of Light Slate Blue #955AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.02%

R = 30.53%
G = 18.44%
B = 51.02%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#955AF9 (or 0x955AF9) is known color: Light Slate Blue. HEX triplet: 95, 5A and F9. RGB value is (149,90,249). Sum of RGB (Red+Green+Blue) = 149+90+249=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #955AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955AF9 is #6AA506. Grayscale: #7D7D7D. Windows color (decimal): -6989063 or 16341653. OLE color: 16341653.

HSL color Cylindrical-coordinate representation of color #955AF9: hue angle of 262.26º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #955AF9 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 90 249 -
CMYK 0.40 0.64 0 0.02
HSL 262.26º 0.93% 0.66% -
HSV(B) 262.26º 0.64% 0.98% -
XYZ 33.15 20.54 91.84 -
YUV 125.77 197.55 144.57 -
System Red Green Blue C M Y K H S L
Decimal 149 90 249 0.40 0.64 0 0.02 262.26 0.93 0.66
Hex 95 5A F9 28 40 0 2 106 5D 42
Octal 225 132 371 50 100 0 2 406 135 102
Binary 10010101 1011010 11111001 101000 1000000 0 10 100000110 1011101 1000010

Color Harmonies of #955AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955AF9

Black with #955AF9

Text Example


Text Example

White with #955AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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