Html Css Color HEX #955BFD Light Slate Blue

📋 copy color: '#955BFD'

red 149 ◦ green 91 ◦ blue 253

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

Shades of Light Slate Blue #955BFD

Tints of Light Slate Blue #955BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.46%

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

R = 30.22%
G = 18.46%
B = 51.32%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#955BFD (or 0x955BFD) is known color: Light Slate Blue. HEX triplet: 95, 5B and FD. RGB value is (149,91,253). Sum of RGB (Red+Green+Blue) = 149+91+253=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #955BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955BFD is #6AA402. Grayscale: #7E7E7E. Windows color (decimal): -6988803 or 16604053. OLE color: 16604053.

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

Color convert

RGB 149 91 253 -
CMYK 0.41 0.64 0 0.01
HSL 261.48º 0.98% 0.67% -
HSV(B) 261.48º 0.64% 0.99% -
XYZ 33.87 20.96 95.19 -
YUV 126.81 199.22 143.83 -
System Red Green Blue C M Y K H S L
Decimal 149 91 253 0.41 0.64 0 0.01 261.48 0.98 0.67
Hex 95 5B FD 29 40 0 1 105 62 43
Octal 225 133 375 51 100 0 1 405 142 103
Binary 10010101 1011011 11111101 101001 1000000 0 1 100000101 1100010 1000011

Color Harmonies of #955BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BFD

Black with #955BFD

Text Example


Text Example

White with #955BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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