Html Css Color HEX #966EFD Light Slate Blue

📋 copy color: '#966EFD'

red 150 ◦ green 110 ◦ blue 253

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

Shades of Light Slate Blue #966EFD

Tints of Light Slate Blue #966EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.44%

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 29.24%
G = 21.44%
B = 49.32%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#966EFD (or 0x966EFD) is known color: Light Slate Blue. HEX triplet: 96, 6E and FD. RGB value is (150,110,253). Sum of RGB (Red+Green+Blue) = 150+110+253=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #966EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966EFD is #699102. Grayscale: #898989. Windows color (decimal): -6918403 or 16608918. OLE color: 16608918.

HSL color Cylindrical-coordinate representation of color #966EFD: hue angle of 256.78º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #966EFD is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 110 253 -
CMYK 0.41 0.57 0 0.01
HSL 256.78º 0.97% 0.71% -
HSV(B) 256.78º 0.57% 0.99% -
XYZ 35.88 24.73 95.81 -
YUV 138.26 192.75 136.37 -
System Red Green Blue C M Y K H S L
Decimal 150 110 253 0.41 0.57 0 0.01 256.78 0.97 0.71
Hex 96 6E FD 29 39 0 1 101 61 47
Octal 226 156 375 51 71 0 1 401 141 107
Binary 10010110 1101110 11111101 101001 111001 0 1 100000001 1100001 1000111

Color Harmonies of #966EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966EFD

Black with #966EFD

Text Example


Text Example

White with #966EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966EFD; }

 p { color: rgb(150,110,253); }

 H1.HeaderClassName
 {
   color: #966EFD;
 }
 .AnyTagClassName
 {
   color: #966EFD;
 }
</style>

background-color css

<style>
 a { background-color: #966EFD; }

 a { background-color: rgb(150,110,253); }

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

border-color css

<style>
 span { border-color: #966EFD; }

 span { border-color: rgb(150,110,253); }

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