Html Css Color HEX #954CFF Light Slate Blue

📋 copy color: '#954CFF'

red 149 ◦ green 76 ◦ blue 255

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

Shades of Light Slate Blue #954CFF

Tints of Light Slate Blue #954CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.83%

 BLUE value IS 255 (100% from 255) = 53.13%

R = 31.04%
G = 15.83%
B = 53.13%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#954CFF (or 0x954CFF) is known color: Light Slate Blue. HEX triplet: 95, 4C and FF. RGB value is (149,76,255). Sum of RGB (Red+Green+Blue) = 149+76+255=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #954CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954CFF is #6AB300. Grayscale: #757575. Windows color (decimal): -6992641 or 16731285. OLE color: 16731285.

HSL color Cylindrical-coordinate representation of color #954CFF: hue angle of 264.47º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #954CFF is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 76 255 -
CMYK 0.42 0.70 0 0
HSL 264.47º 1% 0.65% -
HSV(B) 264.47º 0.7% 1% -
XYZ 33.03 18.78 96.49 -
YUV 118.23 205.18 149.95 -
System Red Green Blue C M Y K H S L
Decimal 149 76 255 0.42 0.70 0 0 264.47 1 0.65
Hex 95 4C FF 2A 46 0 0 108 64 41
Octal 225 114 377 52 106 0 0 410 144 101
Binary 10010101 1001100 11111111 101010 1000110 0 0 100001000 1100100 1000001

Color Harmonies of #954CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CFF

Black with #954CFF

Text Example


Text Example

White with #954CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954CFF; }

 p { color: rgb(149,76,255); }

 H1.HeaderClassName
 {
   color: #954CFF;
 }
 .AnyTagClassName
 {
   color: #954CFF;
 }
</style>

background-color css

<style>
 a { background-color: #954CFF; }

 a { background-color: rgb(149,76,255); }

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

border-color css

<style>
 span { border-color: #954CFF; }

 span { border-color: rgb(149,76,255); }

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