Html Css Color HEX #955CFE Light Slate Blue

📋 copy color: '#955CFE'

red 149 ◦ green 92 ◦ blue 254

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

Shades of Light Slate Blue #955CFE

Tints of Light Slate Blue #955CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.59%

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

R = 30.1%
G = 18.59%
B = 51.31%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#955CFE (or 0x955CFE) is known color: Light Slate Blue. HEX triplet: 95, 5C and FE. RGB value is (149,92,254). Sum of RGB (Red+Green+Blue) = 149+92+254=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #955CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955CFE is #6AA301. Grayscale: #7E7E7E. Windows color (decimal): -6988546 or 16669845. OLE color: 16669845.

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

Color convert

RGB 149 92 254 -
CMYK 0.41 0.64 0 0.00
HSL 261.11º 0.99% 0.68% -
HSV(B) 261.11º 0.64% 1% -
XYZ 34.11 21.2 96.06 -
YUV 127.51 199.38 143.33 -
System Red Green Blue C M Y K H S L
Decimal 149 92 254 0.41 0.64 0 0.00 261.11 0.99 0.68
Hex 95 5C FE 29 40 0 0 105 63 44
Octal 225 134 376 51 100 0 0 405 143 104
Binary 10010101 1011100 11111110 101001 1000000 0 0 100000101 1100011 1000100

Color Harmonies of #955CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CFE

Black with #955CFE

Text Example


Text Example

White with #955CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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