Html Css Color HEX #964EFF Light Slate Blue

📋 copy color: '#964EFF'

red 150 ◦ green 78 ◦ blue 255

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

Shades of Light Slate Blue #964EFF

Tints of Light Slate Blue #964EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 31.06%
G = 16.15%
B = 52.8%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#964EFF (or 0x964EFF) is known color: Light Slate Blue. HEX triplet: 96, 4E and FF. RGB value is (150,78,255). Sum of RGB (Red+Green+Blue) = 150+78+255=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #964EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964EFF is #69B100. Grayscale: #777777. Windows color (decimal): -6926593 or 16731798. OLE color: 16731798.

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

Color convert

RGB 150 78 255 -
CMYK 0.41 0.69 0 0
HSL 264.41º 1% 0.65% -
HSV(B) 264.41º 0.69% 1% -
XYZ 33.35 19.15 96.55 -
YUV 119.71 204.35 149.61 -
System Red Green Blue C M Y K H S L
Decimal 150 78 255 0.41 0.69 0 0 264.41 1 0.65
Hex 96 4E FF 29 45 0 0 108 64 41
Octal 226 116 377 51 105 0 0 410 144 101
Binary 10010110 1001110 11111111 101001 1000101 0 0 100001000 1100100 1000001

Color Harmonies of #964EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964EFF

Black with #964EFF

Text Example


Text Example

White with #964EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,78,255); }

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

background-color css

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

 a { background-color: rgb(150,78,255); }

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

border-color css

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

 span { border-color: rgb(150,78,255); }

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