Html Css Color HEX #916DF1 Light Slate Blue

📋 copy color: '#916DF1'

red 145 ◦ green 109 ◦ blue 241

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

Shades of Light Slate Blue #916DF1

Tints of Light Slate Blue #916DF1

RGB

 RED value IS 145 (57.03% from 255) = 29.29%

 GREEN value IS 109 (42.97% from 255) = 22.02%

 BLUE value IS 241 (94.53% from 255) = 48.69%

R = 29.29%
G = 22.02%
B = 48.69%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#916DF1 (or 0x916DF1) is known color: Light Slate Blue. HEX triplet: 91, 6D and F1. RGB value is (145,109,241). Sum of RGB (Red+Green+Blue) = 145+109+241=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #916DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916DF1 is #6E920E. Grayscale: #868686. Windows color (decimal): -7246351 or 15822225. OLE color: 15822225.

HSL color Cylindrical-coordinate representation of color #916DF1: hue angle of 256.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #916DF1 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 109 241 -
CMYK 0.40 0.55 0 0.05
HSL 256.36º 0.83% 0.69% -
HSV(B) 256.36º 0.55% 0.95% -
XYZ 33.02 23.31 85.98 -
YUV 134.81 187.93 135.27 -
System Red Green Blue C M Y K H S L
Decimal 145 109 241 0.40 0.55 0 0.05 256.36 0.83 0.69
Hex 91 6D F1 28 37 0 5 100 52 45
Octal 221 155 361 50 67 0 5 400 122 105
Binary 10010001 1101101 11110001 101000 110111 0 101 100000000 1010010 1000101

Color Harmonies of #916DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916DF1

Black with #916DF1

Text Example


Text Example

White with #916DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916DF1; }

 p { color: rgb(145,109,241); }

 H1.HeaderClassName
 {
   color: #916DF1;
 }
 .AnyTagClassName
 {
   color: #916DF1;
 }
</style>

background-color css

<style>
 a { background-color: #916DF1; }

 a { background-color: rgb(145,109,241); }

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

border-color css

<style>
 span { border-color: #916DF1; }

 span { border-color: rgb(145,109,241); }

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