Html Css Color HEX #938CFB Light Slate Blue

📋 copy color: '#938CFB'

red 147 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #938CFB

Tints of Light Slate Blue #938CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.02%

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

R = 27.32%
G = 26.02%
B = 46.65%

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

#938CFB (or 0x938CFB) is known color: Light Slate Blue. HEX triplet: 93, 8C and FB. RGB value is (147,140,251). Sum of RGB (Red+Green+Blue) = 147+140+251=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #938CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938CFB is #6C7304. Grayscale: #9A9A9A. Windows color (decimal): -7107333 or 16485523. OLE color: 16485523.

HSL color Cylindrical-coordinate representation of color #938CFB: hue angle of 243.78º 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 #938CFB is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 140 251 -
CMYK 0.41 0.44 0 0.02
HSL 243.78º 0.93% 0.77% -
HSV(B) 243.78º 0.44% 0.98% -
XYZ 38.82 31.92 95.38 -
YUV 154.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 147 140 251 0.41 0.44 0 0.02 243.78 0.93 0.77
Hex 93 8C FB 29 2C 0 2 F4 5D 4D
Octal 223 214 373 51 54 0 2 364 135 115
Binary 10010011 10001100 11111011 101001 101100 0 10 11110100 1011101 1001101

Color Harmonies of #938CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938CFB

Black with #938CFB

Text Example


Text Example

White with #938CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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