Html Css Color HEX #937DFB Light Slate Blue

📋 copy color: '#937DFB'

red 147 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #937DFB

Tints of Light Slate Blue #937DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.9%

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

R = 28.11%
G = 23.9%
B = 47.99%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#937DFB (or 0x937DFB) is known color: Light Slate Blue. HEX triplet: 93, 7D and FB. RGB value is (147,125,251). Sum of RGB (Red+Green+Blue) = 147+125+251=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #937DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937DFB is #6C8204. Grayscale: #919191. Windows color (decimal): -7111173 or 16481683. OLE color: 16481683.

HSL color Cylindrical-coordinate representation of color #937DFB: hue angle of 250.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937DFB is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 125 251 -
CMYK 0.41 0.50 0 0.02
HSL 250.48º 0.94% 0.74% -
HSV(B) 250.48º 0.5% 0.98% -
XYZ 36.78 27.84 94.7 -
YUV 145.94 187.29 128.75 -
System Red Green Blue C M Y K H S L
Decimal 147 125 251 0.41 0.50 0 0.02 250.48 0.94 0.74
Hex 93 7D FB 29 32 0 2 FA 5E 4A
Octal 223 175 373 51 62 0 2 372 136 112
Binary 10010011 1111101 11111011 101001 110010 0 10 11111010 1011110 1001010

Color Harmonies of #937DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937DFB

Black with #937DFB

Text Example


Text Example

White with #937DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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