Html Css Color HEX #938AFF Light Slate Blue

📋 copy color: '#938AFF'

red 147 ◦ green 138 ◦ blue 255

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

Shades of Light Slate Blue #938AFF

Tints of Light Slate Blue #938AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.56%

 BLUE value IS 255 (100% from 255) = 47.22%

R = 27.22%
G = 25.56%
B = 47.22%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#938AFF (or 0x938AFF) is known color: Light Slate Blue. HEX triplet: 93, 8A and FF. RGB value is (147,138,255). Sum of RGB (Red+Green+Blue) = 147+138+255=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #938AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938AFF is #6C7500. Grayscale: #999999. Windows color (decimal): -7107841 or 16747155. OLE color: 16747155.

HSL color Cylindrical-coordinate representation of color #938AFF: hue angle of 244.62º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #938AFF is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 147 138 255 -
CMYK 0.42 0.46 0 0
HSL 244.62º 1% 0.77% -
HSV(B) 244.62º 0.46% 1% -
XYZ 39.17 31.6 98.64 -
YUV 154.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 147 138 255 0.42 0.46 0 0 244.62 1 0.77
Hex 93 8A FF 2A 2E 0 0 F5 64 4D
Octal 223 212 377 52 56 0 0 365 144 115
Binary 10010011 10001010 11111111 101010 101110 0 0 11110101 1100100 1001101

Color Harmonies of #938AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938AFF

Black with #938AFF

Text Example


Text Example

White with #938AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,138,255); }

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

background-color css

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

 a { background-color: rgb(147,138,255); }

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

border-color css

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

 span { border-color: rgb(147,138,255); }

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