Html Css Color HEX #916EFE Light Slate Blue

📋 copy color: '#916EFE'

red 145 ◦ green 110 ◦ blue 254

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

Shades of Light Slate Blue #916EFE

Tints of Light Slate Blue #916EFE

RGB

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

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

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

R = 28.49%
G = 21.61%
B = 49.9%

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

#916EFE (or 0x916EFE) is known color: Light Slate Blue. HEX triplet: 91, 6E and FE. RGB value is (145,110,254). Sum of RGB (Red+Green+Blue) = 145+110+254=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #916EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916EFE is #6E9101. Grayscale: #888888. Windows color (decimal): -7246082 or 16674449. OLE color: 16674449.

HSL color Cylindrical-coordinate representation of color #916EFE: hue angle of 254.58º 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 #916EFE is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 145 110 254 -
CMYK 0.43 0.57 0 0.00
HSL 254.58º 0.99% 0.71% -
HSV(B) 254.58º 0.57% 1% -
XYZ 35.14 24.33 96.61 -
YUV 136.88 194.1 133.79 -
System Red Green Blue C M Y K H S L
Decimal 145 110 254 0.43 0.57 0 0.00 254.58 0.99 0.71
Hex 91 6E FE 2B 39 0 0 FF 63 47
Octal 221 156 376 53 71 0 0 377 143 107
Binary 10010001 1101110 11111110 101011 111001 0 0 11111111 1100011 1000111

Color Harmonies of #916EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916EFE

Black with #916EFE

Text Example


Text Example

White with #916EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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