Html Css Color HEX #916BF5 Light Slate Blue

📋 copy color: '#916BF5'

red 145 ◦ green 107 ◦ blue 245

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

Shades of Light Slate Blue #916BF5

Tints of Light Slate Blue #916BF5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.53%

 BLUE value IS 245 (96.09% from 255) = 49.3%

R = 29.18%
G = 21.53%
B = 49.3%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#916BF5 (or 0x916BF5) is known color: Light Slate Blue. HEX triplet: 91, 6B and F5. RGB value is (145,107,245). Sum of RGB (Red+Green+Blue) = 145+107+245=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 245 - color contains mainly: blue. Hex color #916BF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916BF5 is #6E940A. Grayscale: #858585. Windows color (decimal): -7246859 or 16083857. OLE color: 16083857.

HSL color Cylindrical-coordinate representation of color #916BF5: hue angle of 256.52º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #916BF5 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 145 107 245 -
CMYK 0.41 0.56 0 0.04
HSL 256.52º 0.87% 0.69% -
HSV(B) 256.52º 0.56% 0.96% -
XYZ 33.42 23.13 89.09 -
YUV 134.09 190.59 135.78 -
System Red Green Blue C M Y K H S L
Decimal 145 107 245 0.41 0.56 0 0.04 256.52 0.87 0.69
Hex 91 6B F5 29 38 0 4 101 57 45
Octal 221 153 365 51 70 0 4 401 127 105
Binary 10010001 1101011 11110101 101001 111000 0 100 100000001 1010111 1000101

Color Harmonies of #916BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916BF5

Black with #916BF5

Text Example


Text Example

White with #916BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,107,245); }

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

background-color css

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

 a { background-color: rgb(145,107,245); }

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

border-color css

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

 span { border-color: rgb(145,107,245); }

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