Html Css Color HEX #955EFA Light Slate Blue

📋 copy color: '#955EFA'

red 149 ◦ green 94 ◦ blue 250

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

Shades of Light Slate Blue #955EFA

Tints of Light Slate Blue #955EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 30.22%
G = 19.07%
B = 50.71%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#955EFA (or 0x955EFA) is known color: Light Slate Blue. HEX triplet: 95, 5E and FA. RGB value is (149,94,250). Sum of RGB (Red+Green+Blue) = 149+94+250=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #955EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EFA is #6AA105. Grayscale: #7F7F7F. Windows color (decimal): -6988038 or 16408213. OLE color: 16408213.

HSL color Cylindrical-coordinate representation of color #955EFA: hue angle of 261.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955EFA is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 94 250 -
CMYK 0.40 0.62 0 0.02
HSL 261.15º 0.94% 0.67% -
HSV(B) 261.15º 0.62% 0.98% -
XYZ 33.65 21.3 92.78 -
YUV 128.23 196.72 142.82 -
System Red Green Blue C M Y K H S L
Decimal 149 94 250 0.40 0.62 0 0.02 261.15 0.94 0.67
Hex 95 5E FA 28 3E 0 2 105 5E 43
Octal 225 136 372 50 76 0 2 405 136 103
Binary 10010101 1011110 11111010 101000 111110 0 10 100000101 1011110 1000011

Color Harmonies of #955EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955EFA

Black with #955EFA

Text Example


Text Example

White with #955EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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