Html Css Color HEX #955EFD Light Slate Blue

📋 copy color: '#955EFD'

red 149 ◦ green 94 ◦ blue 253

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

Shades of Light Slate Blue #955EFD

Tints of Light Slate Blue #955EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.95%

 BLUE value IS 253 (99.22% from 255) = 51.01%

R = 30.04%
G = 18.95%
B = 51.01%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#955EFD (or 0x955EFD) is known color: Light Slate Blue. HEX triplet: 95, 5E and FD. RGB value is (149,94,253). Sum of RGB (Red+Green+Blue) = 149+94+253=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #955EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EFD is #6AA102. Grayscale: #7F7F7F. Windows color (decimal): -6988035 or 16604821. OLE color: 16604821.

HSL color Cylindrical-coordinate representation of color #955EFD: hue angle of 260.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #955EFD is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 94 253 -
CMYK 0.41 0.63 0 0.01
HSL 260.75º 0.98% 0.68% -
HSV(B) 260.75º 0.63% 0.99% -
XYZ 34.13 21.49 95.28 -
YUV 128.57 198.22 142.57 -
System Red Green Blue C M Y K H S L
Decimal 149 94 253 0.41 0.63 0 0.01 260.75 0.98 0.68
Hex 95 5E FD 29 3F 0 1 105 62 44
Octal 225 136 375 51 77 0 1 405 142 104
Binary 10010101 1011110 11111101 101001 111111 0 1 100000101 1100010 1000100

Color Harmonies of #955EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955EFD

Black with #955EFD

Text Example


Text Example

White with #955EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,94,253); }

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

background-color css

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

 a { background-color: rgb(149,94,253); }

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

border-color css

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

 span { border-color: rgb(149,94,253); }

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