Html Css Color HEX #954FFB Light Slate Blue

📋 copy color: '#954FFB'

red 149 ◦ green 79 ◦ blue 251

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

Shades of Light Slate Blue #954FFB

Tints of Light Slate Blue #954FFB

RGB

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

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

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

R = 31.11%
G = 16.49%
B = 52.4%

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

#954FFB (or 0x954FFB) is known color: Light Slate Blue. HEX triplet: 95, 4F and FB. RGB value is (149,79,251). Sum of RGB (Red+Green+Blue) = 149+79+251=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #954FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FFB is #6AB004. Grayscale: #767676. Windows color (decimal): -6991877 or 16469909. OLE color: 16469909.

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

Color convert

RGB 149 79 251 -
CMYK 0.41 0.69 0 0.02
HSL 264.42º 0.96% 0.65% -
HSV(B) 264.42º 0.69% 0.98% -
XYZ 32.6 18.95 93.21 -
YUV 119.54 202.19 149.01 -
System Red Green Blue C M Y K H S L
Decimal 149 79 251 0.41 0.69 0 0.02 264.42 0.96 0.65
Hex 95 4F FB 29 45 0 2 108 60 41
Octal 225 117 373 51 105 0 2 410 140 101
Binary 10010101 1001111 11111011 101001 1000101 0 10 100001000 1100000 1000001

Color Harmonies of #954FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FFB

Black with #954FFB

Text Example


Text Example

White with #954FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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