Html Css Color HEX #936AF6 Light Slate Blue

📋 copy color: '#936AF6'

red 147 ◦ green 106 ◦ blue 246

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

Shades of Light Slate Blue #936AF6

Tints of Light Slate Blue #936AF6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.24%

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

R = 29.46%
G = 21.24%
B = 49.3%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#936AF6 (or 0x936AF6) is known color: Light Slate Blue. HEX triplet: 93, 6A and F6. RGB value is (147,106,246). Sum of RGB (Red+Green+Blue) = 147+106+246=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #936AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936AF6 is #6C9509. Grayscale: #858585. Windows color (decimal): -7116042 or 16149139. OLE color: 16149139.

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

Color convert

RGB 147 106 246 -
CMYK 0.40 0.57 0 0.04
HSL 257.57º 0.89% 0.69% -
HSV(B) 257.57º 0.57% 0.96% -
XYZ 33.82 23.16 89.88 -
YUV 134.22 191.08 137.12 -
System Red Green Blue C M Y K H S L
Decimal 147 106 246 0.40 0.57 0 0.04 257.57 0.89 0.69
Hex 93 6A F6 28 39 0 4 102 59 45
Octal 223 152 366 50 71 0 4 402 131 105
Binary 10010011 1101010 11110110 101000 111001 0 100 100000010 1011001 1000101

Color Harmonies of #936AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936AF6

Black with #936AF6

Text Example


Text Example

White with #936AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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