Html Css Color HEX #916DFB Light Slate Blue

📋 copy color: '#916DFB'

red 145 ◦ green 109 ◦ blue 251

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

Shades of Light Slate Blue #916DFB

Tints of Light Slate Blue #916DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 28.71%
G = 21.58%
B = 49.7%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#916DFB (or 0x916DFB) is known color: Light Slate Blue. HEX triplet: 91, 6D and FB. RGB value is (145,109,251). Sum of RGB (Red+Green+Blue) = 145+109+251=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #916DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916DFB is #6E9204. Grayscale: #878787. Windows color (decimal): -7246341 or 16477585. OLE color: 16477585.

HSL color Cylindrical-coordinate representation of color #916DFB: hue angle of 255.21º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #916DFB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 109 251 -
CMYK 0.42 0.57 0 0.02
HSL 255.21º 0.95% 0.71% -
HSV(B) 255.21º 0.57% 0.98% -
XYZ 34.56 23.92 94.06 -
YUV 135.95 192.93 134.45 -
System Red Green Blue C M Y K H S L
Decimal 145 109 251 0.42 0.57 0 0.02 255.21 0.95 0.71
Hex 91 6D FB 2A 39 0 2 FF 5F 47
Octal 221 155 373 52 71 0 2 377 137 107
Binary 10010001 1101101 11111011 101010 111001 0 10 11111111 1011111 1000111

Color Harmonies of #916DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916DFB

Black with #916DFB

Text Example


Text Example

White with #916DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,109,251); }

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

background-color css

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

 a { background-color: rgb(145,109,251); }

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

border-color css

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

 span { border-color: rgb(145,109,251); }

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