Html Css Color HEX #917AF9 Light Slate Blue

📋 copy color: '#917AF9'

red 145 ◦ green 122 ◦ blue 249

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

Shades of Light Slate Blue #917AF9

Tints of Light Slate Blue #917AF9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.64%

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

R = 28.1%
G = 23.64%
B = 48.26%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#917AF9 (or 0x917AF9) is known color: Light Slate Blue. HEX triplet: 91, 7A and F9. RGB value is (145,122,249). Sum of RGB (Red+Green+Blue) = 145+122+249=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #917AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917AF9 is #6E8506. Grayscale: #8E8E8E. Windows color (decimal): -7243015 or 16349841. OLE color: 16349841.

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

Color convert

RGB 145 122 249 -
CMYK 0.42 0.51 0 0.02
HSL 250.87º 0.91% 0.73% -
HSV(B) 250.87º 0.51% 0.98% -
XYZ 35.74 26.78 92.91 -
YUV 143.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 145 122 249 0.42 0.51 0 0.02 250.87 0.91 0.73
Hex 91 7A F9 2A 33 0 2 FB 5B 49
Octal 221 172 371 52 63 0 2 373 133 111
Binary 10010001 1111010 11111001 101010 110011 0 10 11111011 1011011 1001001

Color Harmonies of #917AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917AF9

Black with #917AF9

Text Example


Text Example

White with #917AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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