Html Css Color HEX #917AF1 Light Slate Blue

📋 copy color: '#917AF1'

red 145 ◦ green 122 ◦ blue 241

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

Shades of Light Slate Blue #917AF1

Tints of Light Slate Blue #917AF1

RGB

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

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

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

R = 28.54%
G = 24.02%
B = 47.44%

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

#917AF1 (or 0x917AF1) is known color: Light Slate Blue. HEX triplet: 91, 7A and F1. RGB value is (145,122,241). Sum of RGB (Red+Green+Blue) = 145+122+241=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #917AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917AF1 is #6E850E. Grayscale: #8D8D8D. Windows color (decimal): -7243023 or 15825553. OLE color: 15825553.

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

Color convert

RGB 145 122 241 -
CMYK 0.40 0.49 0 0.05
HSL 251.6º 0.81% 0.71% -
HSV(B) 251.6º 0.49% 0.95% -
XYZ 34.51 26.29 86.47 -
YUV 142.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 145 122 241 0.40 0.49 0 0.05 251.6 0.81 0.71
Hex 91 7A F1 28 31 0 5 FC 51 47
Octal 221 172 361 50 61 0 5 374 121 107
Binary 10010001 1111010 11110001 101000 110001 0 101 11111100 1010001 1000111

Color Harmonies of #917AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917AF1

Black with #917AF1

Text Example


Text Example

White with #917AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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