Html Css Color HEX #917CF1 Light Slate Blue

📋 copy color: '#917CF1'

red 145 ◦ green 124 ◦ blue 241

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

Shades of Light Slate Blue #917CF1

Tints of Light Slate Blue #917CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.31%

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

R = 28.43%
G = 24.31%
B = 47.25%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#917CF1 (or 0x917CF1) is known color: Light Slate Blue. HEX triplet: 91, 7C and F1. RGB value is (145,124,241). Sum of RGB (Red+Green+Blue) = 145+124+241=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #917CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CF1 is #6E830E. Grayscale: #8F8F8F. Windows color (decimal): -7242511 or 15826065. OLE color: 15826065.

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

Color convert

RGB 145 124 241 -
CMYK 0.40 0.49 0 0.05
HSL 250.77º 0.81% 0.72% -
HSV(B) 250.77º 0.49% 0.95% -
XYZ 34.76 26.79 86.56 -
YUV 143.62 182.96 128.99 -
System Red Green Blue C M Y K H S L
Decimal 145 124 241 0.40 0.49 0 0.05 250.77 0.81 0.72
Hex 91 7C F1 28 31 0 5 FB 51 48
Octal 221 174 361 50 61 0 5 373 121 110
Binary 10010001 1111100 11110001 101000 110001 0 101 11111011 1010001 1001000

Color Harmonies of #917CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CF1

Black with #917CF1

Text Example


Text Example

White with #917CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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