Html Css Color HEX #937EEF Light Slate Blue

📋 copy color: '#937EEF'

red 147 ◦ green 126 ◦ blue 239

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

Shades of Light Slate Blue #937EEF

Tints of Light Slate Blue #937EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.61%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 28.71%
G = 24.61%
B = 46.68%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#937EEF (or 0x937EEF) is known color: Light Slate Blue. HEX triplet: 93, 7E and EF. RGB value is (147,126,239). Sum of RGB (Red+Green+Blue) = 147+126+239=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #937EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937EEF is #6C8110. Grayscale: #909090. Windows color (decimal): -7110929 or 15695507. OLE color: 15695507.

HSL color Cylindrical-coordinate representation of color #937EEF: hue angle of 251.15º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #937EEF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 126 239 -
CMYK 0.38 0.47 0 0.06
HSL 251.15º 0.78% 0.72% -
HSV(B) 251.15º 0.47% 0.94% -
XYZ 35.07 27.36 85.09 -
YUV 145.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 147 126 239 0.38 0.47 0 0.06 251.15 0.78 0.72
Hex 93 7E EF 26 2F 0 6 FB 4E 48
Octal 223 176 357 46 57 0 6 373 116 110
Binary 10010011 1111110 11101111 100110 101111 0 110 11111011 1001110 1001000

Color Harmonies of #937EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937EEF

Black with #937EEF

Text Example


Text Example

White with #937EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937EEF; }

 p { color: rgb(147,126,239); }

 H1.HeaderClassName
 {
   color: #937EEF;
 }
 .AnyTagClassName
 {
   color: #937EEF;
 }
</style>

background-color css

<style>
 a { background-color: #937EEF; }

 a { background-color: rgb(147,126,239); }

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

border-color css

<style>
 span { border-color: #937EEF; }

 span { border-color: rgb(147,126,239); }

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