Html Css Color HEX #916DFE Light Slate Blue

📋 copy color: '#916DFE'

red 145 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #916DFE

Tints of Light Slate Blue #916DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50%

R = 28.54%
G = 21.46%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#916DFE (or 0x916DFE) is known color: Light Slate Blue. HEX triplet: 91, 6D and FE. RGB value is (145,109,254). Sum of RGB (Red+Green+Blue) = 145+109+254=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #916DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916DFE is #6E9201. Grayscale: #878787. Windows color (decimal): -7246338 or 16674193. OLE color: 16674193.

HSL color Cylindrical-coordinate representation of color #916DFE: hue angle of 254.9º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #916DFE is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 145 109 254 -
CMYK 0.43 0.57 0 0.00
HSL 254.9º 0.99% 0.71% -
HSV(B) 254.9º 0.57% 1% -
XYZ 35.04 24.11 96.57 -
YUV 136.29 194.43 134.21 -
System Red Green Blue C M Y K H S L
Decimal 145 109 254 0.43 0.57 0 0.00 254.9 0.99 0.71
Hex 91 6D FE 2B 39 0 0 FF 63 47
Octal 221 155 376 53 71 0 0 377 143 107
Binary 10010001 1101101 11111110 101011 111001 0 0 11111111 1100011 1000111

Color Harmonies of #916DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916DFE

Black with #916DFE

Text Example


Text Example

White with #916DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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