Html Css Color HEX #955EFC Light Slate Blue

📋 copy color: '#955EFC'

red 149 ◦ green 94 ◦ blue 252

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

Shades of Light Slate Blue #955EFC

Tints of Light Slate Blue #955EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 30.1%
G = 18.99%
B = 50.91%

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

#955EFC (or 0x955EFC) is known color: Light Slate Blue. HEX triplet: 95, 5E and FC. RGB value is (149,94,252). Sum of RGB (Red+Green+Blue) = 149+94+252=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #955EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EFC is #6AA103. Grayscale: #7F7F7F. Windows color (decimal): -6988036 or 16539285. OLE color: 16539285.

HSL color Cylindrical-coordinate representation of color #955EFC: hue angle of 260.89º degrees, saturation: 0.96, 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 #955EFC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 94 252 -
CMYK 0.41 0.63 0 0.01
HSL 260.89º 0.96% 0.68% -
HSV(B) 260.89º 0.63% 0.99% -
XYZ 33.97 21.42 94.44 -
YUV 128.46 197.72 142.65 -
System Red Green Blue C M Y K H S L
Decimal 149 94 252 0.41 0.63 0 0.01 260.89 0.96 0.68
Hex 95 5E FC 29 3F 0 1 105 60 44
Octal 225 136 374 51 77 0 1 405 140 104
Binary 10010101 1011110 11111100 101001 111111 0 1 100000101 1100000 1000100

Color Harmonies of #955EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955EFC

Black with #955EFC

Text Example


Text Example

White with #955EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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