Html Css Color HEX #954FFC Light Slate Blue

📋 copy color: '#954FFC'

red 149 ◦ green 79 ◦ blue 252

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

Shades of Light Slate Blue #954FFC

Tints of Light Slate Blue #954FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.46%

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

R = 31.04%
G = 16.46%
B = 52.5%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#954FFC (or 0x954FFC) is known color: Light Slate Blue. HEX triplet: 95, 4F and FC. RGB value is (149,79,252). Sum of RGB (Red+Green+Blue) = 149+79+252=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #954FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FFC is #6AB003. Grayscale: #777777. Windows color (decimal): -6991876 or 16535445. OLE color: 16535445.

HSL color Cylindrical-coordinate representation of color #954FFC: hue angle of 264.28º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #954FFC is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 79 252 -
CMYK 0.41 0.69 0 0.01
HSL 264.28º 0.97% 0.65% -
HSV(B) 264.28º 0.69% 0.99% -
XYZ 32.76 19.01 94.04 -
YUV 119.65 202.69 148.93 -
System Red Green Blue C M Y K H S L
Decimal 149 79 252 0.41 0.69 0 0.01 264.28 0.97 0.65
Hex 95 4F FC 29 45 0 1 108 61 41
Octal 225 117 374 51 105 0 1 410 141 101
Binary 10010101 1001111 11111100 101001 1000101 0 1 100001000 1100001 1000001

Color Harmonies of #954FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FFC

Black with #954FFC

Text Example


Text Example

White with #954FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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