Html Css Color HEX #954EFC Light Slate Blue

📋 copy color: '#954EFC'

red 149 ◦ green 78 ◦ blue 252

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

Shades of Light Slate Blue #954EFC

Tints of Light Slate Blue #954EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.28%

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

R = 31.11%
G = 16.28%
B = 52.61%

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

#954EFC (or 0x954EFC) is known color: Light Slate Blue. HEX triplet: 95, 4E and FC. RGB value is (149,78,252). Sum of RGB (Red+Green+Blue) = 149+78+252=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #954EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954EFC is #6AB103. Grayscale: #767676. Windows color (decimal): -6992132 or 16535189. OLE color: 16535189.

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

Color convert

RGB 149 78 252 -
CMYK 0.41 0.69 0 0.01
HSL 264.48º 0.97% 0.65% -
HSV(B) 264.48º 0.69% 0.99% -
XYZ 32.69 18.87 94.01 -
YUV 119.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 149 78 252 0.41 0.69 0 0.01 264.48 0.97 0.65
Hex 95 4E FC 29 45 0 1 108 61 41
Octal 225 116 374 51 105 0 1 410 141 101
Binary 10010101 1001110 11111100 101001 1000101 0 1 100001000 1100001 1000001

Color Harmonies of #954EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954EFC

Black with #954EFC

Text Example


Text Example

White with #954EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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