Html Css Color HEX #936DF6 Light Slate Blue

📋 copy color: '#936DF6'

red 147 ◦ green 109 ◦ blue 246

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

Shades of Light Slate Blue #936DF6

Tints of Light Slate Blue #936DF6

RGB

 RED value IS 147 (57.81% from 255) = 29.28%

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

 BLUE value IS 246 (96.48% from 255) = 49%

R = 29.28%
G = 21.71%
B = 49%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#936DF6 (or 0x936DF6) is known color: Light Slate Blue. HEX triplet: 93, 6D and F6. RGB value is (147,109,246). Sum of RGB (Red+Green+Blue) = 147+109+246=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #936DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DF6 is #6C9209. Grayscale: #878787. Windows color (decimal): -7115274 or 16149907. OLE color: 16149907.

HSL color Cylindrical-coordinate representation of color #936DF6: hue angle of 256.64º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #936DF6 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 109 246 -
CMYK 0.40 0.56 0 0.04
HSL 256.64º 0.88% 0.7% -
HSV(B) 256.64º 0.56% 0.96% -
XYZ 34.14 23.79 89.98 -
YUV 135.98 190.09 135.86 -
System Red Green Blue C M Y K H S L
Decimal 147 109 246 0.40 0.56 0 0.04 256.64 0.88 0.7
Hex 93 6D F6 28 38 0 4 101 58 46
Octal 223 155 366 50 70 0 4 401 130 106
Binary 10010011 1101101 11110110 101000 111000 0 100 100000001 1011000 1000110

Color Harmonies of #936DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936DF6

Black with #936DF6

Text Example


Text Example

White with #936DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936DF6; }

 p { color: rgb(147,109,246); }

 H1.HeaderClassName
 {
   color: #936DF6;
 }
 .AnyTagClassName
 {
   color: #936DF6;
 }
</style>

background-color css

<style>
 a { background-color: #936DF6; }

 a { background-color: rgb(147,109,246); }

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

border-color css

<style>
 span { border-color: #936DF6; }

 span { border-color: rgb(147,109,246); }

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