Html Css Color HEX #938DFB Light Slate Blue

📋 copy color: '#938DFB'

red 147 ◦ green 141 ◦ blue 251

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

Shades of Light Slate Blue #938DFB

Tints of Light Slate Blue #938DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.16%

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

R = 27.27%
G = 26.16%
B = 46.57%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#938DFB (or 0x938DFB) is known color: Light Slate Blue. HEX triplet: 93, 8D and FB. RGB value is (147,141,251). Sum of RGB (Red+Green+Blue) = 147+141+251=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #938DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938DFB is #6C7204. Grayscale: #9A9A9A. Windows color (decimal): -7107077 or 16485779. OLE color: 16485779.

HSL color Cylindrical-coordinate representation of color #938DFB: hue angle of 243.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #938DFB is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 141 251 -
CMYK 0.41 0.44 0 0.02
HSL 243.27º 0.93% 0.77% -
HSV(B) 243.27º 0.44% 0.98% -
XYZ 38.97 32.22 95.43 -
YUV 155.33 181.99 122.06 -
System Red Green Blue C M Y K H S L
Decimal 147 141 251 0.41 0.44 0 0.02 243.27 0.93 0.77
Hex 93 8D FB 29 2C 0 2 F3 5D 4D
Octal 223 215 373 51 54 0 2 363 135 115
Binary 10010011 10001101 11111011 101001 101100 0 10 11110011 1011101 1001101

Color Harmonies of #938DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938DFB

Black with #938DFB

Text Example


Text Example

White with #938DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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