Html Css Color HEX #936DFB Light Slate Blue

📋 copy color: '#936DFB'

red 147 ◦ green 109 ◦ blue 251

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

Shades of Light Slate Blue #936DFB

Tints of Light Slate Blue #936DFB

RGB

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

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

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

R = 28.99%
G = 21.5%
B = 49.51%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#936DFB (or 0x936DFB) is known color: Light Slate Blue. HEX triplet: 93, 6D and FB. RGB value is (147,109,251). Sum of RGB (Red+Green+Blue) = 147+109+251=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #936DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DFB is #6C9204. Grayscale: #888888. Windows color (decimal): -7115269 or 16477587. OLE color: 16477587.

HSL color Cylindrical-coordinate representation of color #936DFB: hue angle of 256.06º 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 #936DFB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 109 251 -
CMYK 0.41 0.57 0 0.02
HSL 256.06º 0.95% 0.71% -
HSV(B) 256.06º 0.57% 0.98% -
XYZ 34.91 24.11 94.08 -
YUV 136.55 192.59 135.45 -
System Red Green Blue C M Y K H S L
Decimal 147 109 251 0.41 0.57 0 0.02 256.06 0.95 0.71
Hex 93 6D FB 29 39 0 2 100 5F 47
Octal 223 155 373 51 71 0 2 400 137 107
Binary 10010011 1101101 11111011 101001 111001 0 10 100000000 1011111 1000111

Color Harmonies of #936DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936DFB

Black with #936DFB

Text Example


Text Example

White with #936DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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