Html Css Color HEX #938FFD Light Slate Blue

📋 copy color: '#938FFD'

red 147 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #938FFD

Tints of Light Slate Blue #938FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.34%

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 27.07%
G = 26.34%
B = 46.59%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#938FFD (or 0x938FFD) is known color: Light Slate Blue. HEX triplet: 93, 8F and FD. RGB value is (147,143,253). Sum of RGB (Red+Green+Blue) = 147+143+253=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #938FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938FFD is #6C7002. Grayscale: #9C9C9C. Windows color (decimal): -7106563 or 16617363. OLE color: 16617363.

HSL color Cylindrical-coordinate representation of color #938FFD: hue angle of 242.18º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #938FFD is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 143 253 -
CMYK 0.42 0.43 0 0.01
HSL 242.18º 0.96% 0.78% -
HSV(B) 242.18º 0.43% 0.99% -
XYZ 39.58 32.94 97.2 -
YUV 156.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 147 143 253 0.42 0.43 0 0.01 242.18 0.96 0.78
Hex 93 8F FD 2A 2B 0 1 F2 60 4E
Octal 223 217 375 52 53 0 1 362 140 116
Binary 10010011 10001111 11111101 101010 101011 0 1 11110010 1100000 1001110

Color Harmonies of #938FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938FFD

Black with #938FFD

Text Example


Text Example

White with #938FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,143,253); }

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

background-color css

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

 a { background-color: rgb(147,143,253); }

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

border-color css

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

 span { border-color: rgb(147,143,253); }

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