Html Css Color HEX #955FFA Light Slate Blue

📋 copy color: '#955FFA'

red 149 ◦ green 95 ◦ blue 250

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

Shades of Light Slate Blue #955FFA

Tints of Light Slate Blue #955FFA

RGB

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

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

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

R = 30.16%
G = 19.23%
B = 50.61%

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

#955FFA (or 0x955FFA) is known color: Light Slate Blue. HEX triplet: 95, 5F and FA. RGB value is (149,95,250). Sum of RGB (Red+Green+Blue) = 149+95+250=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #955FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FFA is #6AA005. Grayscale: #808080. Windows color (decimal): -6987782 or 16408469. OLE color: 16408469.

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

Color convert

RGB 149 95 250 -
CMYK 0.40 0.62 0 0.02
HSL 260.9º 0.94% 0.68% -
HSV(B) 260.9º 0.62% 0.98% -
XYZ 33.74 21.48 92.81 -
YUV 128.82 196.39 142.4 -
System Red Green Blue C M Y K H S L
Decimal 149 95 250 0.40 0.62 0 0.02 260.9 0.94 0.68
Hex 95 5F FA 28 3E 0 2 105 5E 44
Octal 225 137 372 50 76 0 2 405 136 104
Binary 10010101 1011111 11111010 101000 111110 0 10 100000101 1011110 1000100

Color Harmonies of #955FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FFA

Black with #955FFA

Text Example


Text Example

White with #955FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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