Html Css Color HEX #916CF1 Light Slate Blue

📋 copy color: '#916CF1'

red 145 ◦ green 108 ◦ blue 241

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

Shades of Light Slate Blue #916CF1

Tints of Light Slate Blue #916CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.86%

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

R = 29.35%
G = 21.86%
B = 48.79%

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

#916CF1 (or 0x916CF1) is known color: Light Slate Blue. HEX triplet: 91, 6C and F1. RGB value is (145,108,241). Sum of RGB (Red+Green+Blue) = 145+108+241=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #916CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916CF1 is #6E930E. Grayscale: #858585. Windows color (decimal): -7246607 or 15821969. OLE color: 15821969.

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

Color convert

RGB 145 108 241 -
CMYK 0.40 0.55 0 0.05
HSL 256.69º 0.83% 0.68% -
HSV(B) 256.69º 0.55% 0.95% -
XYZ 32.92 23.1 85.94 -
YUV 134.23 188.26 135.69 -
System Red Green Blue C M Y K H S L
Decimal 145 108 241 0.40 0.55 0 0.05 256.69 0.83 0.68
Hex 91 6C F1 28 37 0 5 101 53 44
Octal 221 154 361 50 67 0 5 401 123 104
Binary 10010001 1101100 11110001 101000 110111 0 101 100000001 1010011 1000100

Color Harmonies of #916CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916CF1

Black with #916CF1

Text Example


Text Example

White with #916CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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