Html Css Color HEX #937FEF Light Slate Blue

📋 copy color: '#937FEF'

red 147 ◦ green 127 ◦ blue 239

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

Shades of Light Slate Blue #937FEF

Tints of Light Slate Blue #937FEF

RGB

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

 GREEN value IS 127 (50% from 255) = 24.76%

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

R = 28.65%
G = 24.76%
B = 46.59%

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

#937FEF (or 0x937FEF) is known color: Light Slate Blue. HEX triplet: 93, 7F and EF. RGB value is (147,127,239). Sum of RGB (Red+Green+Blue) = 147+127+239=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #937FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937FEF is #6C8010. Grayscale: #919191. Windows color (decimal): -7110673 or 15695763. OLE color: 15695763.

HSL color Cylindrical-coordinate representation of color #937FEF: hue angle of 250.71º 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 #937FEF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 127 239 -
CMYK 0.38 0.47 0 0.06
HSL 250.71º 0.78% 0.72% -
HSV(B) 250.71º 0.47% 0.94% -
XYZ 35.2 27.61 85.14 -
YUV 145.75 180.63 128.89 -
System Red Green Blue C M Y K H S L
Decimal 147 127 239 0.38 0.47 0 0.06 250.71 0.78 0.72
Hex 93 7F EF 26 2F 0 6 FB 4E 48
Octal 223 177 357 46 57 0 6 373 116 110
Binary 10010011 1111111 11101111 100110 101111 0 110 11111011 1001110 1001000

Color Harmonies of #937FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937FEF

Black with #937FEF

Text Example


Text Example

White with #937FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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