Html Css Color HEX #916CFE Light Slate Blue

📋 copy color: '#916CFE'

red 145 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #916CFE

Tints of Light Slate Blue #916CFE

RGB

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

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

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

R = 28.6%
G = 21.3%
B = 50.1%

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

#916CFE (or 0x916CFE) is known color: Light Slate Blue. HEX triplet: 91, 6C and FE. RGB value is (145,108,254). Sum of RGB (Red+Green+Blue) = 145+108+254=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #916CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916CFE is #6E9301. Grayscale: #878787. Windows color (decimal): -7246594 or 16673937. OLE color: 16673937.

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

Color convert

RGB 145 108 254 -
CMYK 0.43 0.57 0 0.00
HSL 255.21º 0.99% 0.71% -
HSV(B) 255.21º 0.57% 1% -
XYZ 34.93 23.9 96.54 -
YUV 135.71 194.76 134.63 -
System Red Green Blue C M Y K H S L
Decimal 145 108 254 0.43 0.57 0 0.00 255.21 0.99 0.71
Hex 91 6C FE 2B 39 0 0 FF 63 47
Octal 221 154 376 53 71 0 0 377 143 107
Binary 10010001 1101100 11111110 101011 111001 0 0 11111111 1100011 1000111

Color Harmonies of #916CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916CFE

Black with #916CFE

Text Example


Text Example

White with #916CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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