Html Css Color HEX #917CF9 Light Slate Blue

📋 copy color: '#917CF9'

red 145 ◦ green 124 ◦ blue 249

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

Shades of Light Slate Blue #917CF9

Tints of Light Slate Blue #917CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 27.99%
G = 23.94%
B = 48.07%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#917CF9 (or 0x917CF9) is known color: Light Slate Blue. HEX triplet: 91, 7C and F9. RGB value is (145,124,249). Sum of RGB (Red+Green+Blue) = 145+124+249=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #917CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CF9 is #6E8306. Grayscale: #909090. Windows color (decimal): -7242503 or 16350353. OLE color: 16350353.

HSL color Cylindrical-coordinate representation of color #917CF9: hue angle of 250.08º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #917CF9 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 124 249 -
CMYK 0.42 0.50 0 0.02
HSL 250.08º 0.91% 0.73% -
HSV(B) 250.08º 0.5% 0.98% -
XYZ 35.98 27.27 92.99 -
YUV 144.53 186.96 128.34 -
System Red Green Blue C M Y K H S L
Decimal 145 124 249 0.42 0.50 0 0.02 250.08 0.91 0.73
Hex 91 7C F9 2A 32 0 2 FA 5B 49
Octal 221 174 371 52 62 0 2 372 133 111
Binary 10010001 1111100 11111001 101010 110010 0 10 11111010 1011011 1001001

Color Harmonies of #917CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CF9

Black with #917CF9

Text Example


Text Example

White with #917CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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