Html Css Color HEX #954EFB Light Slate Blue

📋 copy color: '#954EFB'

red 149 ◦ green 78 ◦ blue 251

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

Shades of Light Slate Blue #954EFB

Tints of Light Slate Blue #954EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 31.17%
G = 16.32%
B = 52.51%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#954EFB (or 0x954EFB) is known color: Light Slate Blue. HEX triplet: 95, 4E and FB. RGB value is (149,78,251). Sum of RGB (Red+Green+Blue) = 149+78+251=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #954EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954EFB is #6AB104. Grayscale: #767676. Windows color (decimal): -6992133 or 16469653. OLE color: 16469653.

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

Color convert

RGB 149 78 251 -
CMYK 0.41 0.69 0 0.02
HSL 264.62º 0.96% 0.65% -
HSV(B) 264.62º 0.69% 0.98% -
XYZ 32.53 18.8 93.18 -
YUV 118.95 202.52 149.43 -
System Red Green Blue C M Y K H S L
Decimal 149 78 251 0.41 0.69 0 0.02 264.62 0.96 0.65
Hex 95 4E FB 29 45 0 2 109 60 41
Octal 225 116 373 51 105 0 2 411 140 101
Binary 10010101 1001110 11111011 101001 1000101 0 10 100001001 1100000 1000001

Color Harmonies of #954EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954EFB

Black with #954EFB

Text Example


Text Example

White with #954EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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