Html Css Color HEX #937DF0 Light Slate Blue

📋 copy color: '#937DF0'

red 147 ◦ green 125 ◦ blue 240

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

Shades of Light Slate Blue #937DF0

Tints of Light Slate Blue #937DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.88%

R = 28.71%
G = 24.41%
B = 46.88%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#937DF0 (or 0x937DF0) is known color: Light Slate Blue. HEX triplet: 93, 7D and F0. RGB value is (147,125,240). Sum of RGB (Red+Green+Blue) = 147+125+240=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #937DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937DF0 is #6C820F. Grayscale: #909090. Windows color (decimal): -7111184 or 15760787. OLE color: 15760787.

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

Color convert

RGB 147 125 240 -
CMYK 0.39 0.48 0 0.06
HSL 251.48º 0.79% 0.72% -
HSV(B) 251.48º 0.48% 0.94% -
XYZ 35.09 27.16 85.83 -
YUV 144.69 181.79 129.65 -
System Red Green Blue C M Y K H S L
Decimal 147 125 240 0.39 0.48 0 0.06 251.48 0.79 0.72
Hex 93 7D F0 27 30 0 6 FB 4F 48
Octal 223 175 360 47 60 0 6 373 117 110
Binary 10010011 1111101 11110000 100111 110000 0 110 11111011 1001111 1001000

Color Harmonies of #937DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937DF0

Black with #937DF0

Text Example


Text Example

White with #937DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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