Html Css Color HEX #955FFE Light Slate Blue

📋 copy color: '#955FFE'

red 149 ◦ green 95 ◦ blue 254

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

Shades of Light Slate Blue #955FFE

Tints of Light Slate Blue #955FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.08%

 BLUE value IS 254 (99.61% from 255) = 51%

R = 29.92%
G = 19.08%
B = 51%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#955FFE (or 0x955FFE) is known color: Light Slate Blue. HEX triplet: 95, 5F and FE. RGB value is (149,95,254). Sum of RGB (Red+Green+Blue) = 149+95+254=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #955FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FFE is #6AA001. Grayscale: #808080. Windows color (decimal): -6987778 or 16670613. OLE color: 16670613.

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

Color convert

RGB 149 95 254 -
CMYK 0.41 0.63 0 0.00
HSL 260.38º 0.99% 0.68% -
HSV(B) 260.38º 0.63% 1% -
XYZ 34.38 21.73 96.15 -
YUV 129.27 198.39 142.07 -
System Red Green Blue C M Y K H S L
Decimal 149 95 254 0.41 0.63 0 0.00 260.38 0.99 0.68
Hex 95 5F FE 29 3F 0 0 104 63 44
Octal 225 137 376 51 77 0 0 404 143 104
Binary 10010101 1011111 11111110 101001 111111 0 0 100000100 1100011 1000100

Color Harmonies of #955FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FFE

Black with #955FFE

Text Example


Text Example

White with #955FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,95,254); }

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

background-color css

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

 a { background-color: rgb(149,95,254); }

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

border-color css

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

 span { border-color: rgb(149,95,254); }

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