Html Css Color HEX #964DFE Light Slate Blue

📋 copy color: '#964DFE'

red 150 ◦ green 77 ◦ blue 254

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

Shades of Light Slate Blue #964DFE

Tints of Light Slate Blue #964DFE

RGB

 RED value IS 150 (58.98% from 255) = 31.19%

 GREEN value IS 77 (30.47% from 255) = 16.01%

 BLUE value IS 254 (99.61% from 255) = 52.81%

R = 31.19%
G = 16.01%
B = 52.81%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#964DFE (or 0x964DFE) is known color: Light Slate Blue. HEX triplet: 96, 4D and FE. RGB value is (150,77,254). Sum of RGB (Red+Green+Blue) = 150+77+254=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #964DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964DFE is #69B201. Grayscale: #767676. Windows color (decimal): -6926850 or 16666006. OLE color: 16666006.

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

Color convert

RGB 150 77 254 -
CMYK 0.41 0.70 0 0.00
HSL 264.75º 0.99% 0.65% -
HSV(B) 264.75º 0.7% 1% -
XYZ 33.12 18.95 95.68 -
YUV 119.01 204.18 150.11 -
System Red Green Blue C M Y K H S L
Decimal 150 77 254 0.41 0.70 0 0.00 264.75 0.99 0.65
Hex 96 4D FE 29 46 0 0 109 63 41
Octal 226 115 376 51 106 0 0 411 143 101
Binary 10010110 1001101 11111110 101001 1000110 0 0 100001001 1100011 1000001

Color Harmonies of #964DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964DFE

Black with #964DFE

Text Example


Text Example

White with #964DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964DFE; }

 p { color: rgb(150,77,254); }

 H1.HeaderClassName
 {
   color: #964DFE;
 }
 .AnyTagClassName
 {
   color: #964DFE;
 }
</style>

background-color css

<style>
 a { background-color: #964DFE; }

 a { background-color: rgb(150,77,254); }

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

border-color css

<style>
 span { border-color: #964DFE; }

 span { border-color: rgb(150,77,254); }

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