Html Css Color HEX #964FFB Light Slate Blue

📋 copy color: '#964FFB'

red 150 ◦ green 79 ◦ blue 251

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

Shades of Light Slate Blue #964FFB

Tints of Light Slate Blue #964FFB

RGB

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

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

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

R = 31.25%
G = 16.46%
B = 52.29%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#964FFB (or 0x964FFB) is known color: Light Slate Blue. HEX triplet: 96, 4F and FB. RGB value is (150,79,251). Sum of RGB (Red+Green+Blue) = 150+79+251=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #964FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964FFB is #69B004. Grayscale: #777777. Windows color (decimal): -6926341 or 16469910. OLE color: 16469910.

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

Color convert

RGB 150 79 251 -
CMYK 0.40 0.69 0 0.02
HSL 264.77º 0.96% 0.65% -
HSV(B) 264.77º 0.69% 0.98% -
XYZ 32.79 19.04 93.21 -
YUV 119.84 202.02 149.51 -
System Red Green Blue C M Y K H S L
Decimal 150 79 251 0.40 0.69 0 0.02 264.77 0.96 0.65
Hex 96 4F FB 28 45 0 2 109 60 41
Octal 226 117 373 50 105 0 2 411 140 101
Binary 10010110 1001111 11111011 101000 1000101 0 10 100001001 1100000 1000001

Color Harmonies of #964FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964FFB

Black with #964FFB

Text Example


Text Example

White with #964FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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