Html Css Color HEX #916EF1 Light Slate Blue

📋 copy color: '#916EF1'

red 145 ◦ green 110 ◦ blue 241

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

Shades of Light Slate Blue #916EF1

Tints of Light Slate Blue #916EF1

RGB

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

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

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

R = 29.23%
G = 22.18%
B = 48.59%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#916EF1 (or 0x916EF1) is known color: Light Slate Blue. HEX triplet: 91, 6E and F1. RGB value is (145,110,241). Sum of RGB (Red+Green+Blue) = 145+110+241=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #916EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916EF1 is #6E910E. Grayscale: #868686. Windows color (decimal): -7246095 or 15822481. OLE color: 15822481.

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

Color convert

RGB 145 110 241 -
CMYK 0.40 0.54 0 0.05
HSL 256.03º 0.82% 0.69% -
HSV(B) 256.03º 0.54% 0.95% -
XYZ 33.13 23.52 86.01 -
YUV 135.4 187.6 134.85 -
System Red Green Blue C M Y K H S L
Decimal 145 110 241 0.40 0.54 0 0.05 256.03 0.82 0.69
Hex 91 6E F1 28 36 0 5 100 52 45
Octal 221 156 361 50 66 0 5 400 122 105
Binary 10010001 1101110 11110001 101000 110110 0 101 100000000 1010010 1000101

Color Harmonies of #916EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916EF1

Black with #916EF1

Text Example


Text Example

White with #916EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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