Html Css Color HEX #937DFC Light Slate Blue

📋 copy color: '#937DFC'

red 147 ◦ green 125 ◦ blue 252

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

Shades of Light Slate Blue #937DFC

Tints of Light Slate Blue #937DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 28.05%
G = 23.85%
B = 48.09%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#937DFC (or 0x937DFC) is known color: Light Slate Blue. HEX triplet: 93, 7D and FC. RGB value is (147,125,252). Sum of RGB (Red+Green+Blue) = 147+125+252=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #937DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937DFC is #6C8203. Grayscale: #919191. Windows color (decimal): -7111172 or 16547219. OLE color: 16547219.

HSL color Cylindrical-coordinate representation of color #937DFC: hue angle of 250.39º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937DFC is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 125 252 -
CMYK 0.42 0.50 0 0.01
HSL 250.39º 0.95% 0.74% -
HSV(B) 250.39º 0.5% 0.99% -
XYZ 36.94 27.9 95.53 -
YUV 146.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 147 125 252 0.42 0.50 0 0.01 250.39 0.95 0.74
Hex 93 7D FC 2A 32 0 1 FA 5F 4A
Octal 223 175 374 52 62 0 1 372 137 112
Binary 10010011 1111101 11111100 101010 110010 0 1 11111010 1011111 1001010

Color Harmonies of #937DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937DFC

Black with #937DFC

Text Example


Text Example

White with #937DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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