Html Css Color HEX #938DE2 Portage

📋 copy color: '#938DE2'

red 147 ◦ green 141 ◦ blue 226

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

Shades of Portage #938DE2

Tints of Portage #938DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.97%

R = 28.6%
G = 27.43%
B = 43.97%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#938DE2 (or 0x938DE2) is known color: Portage. HEX triplet: 93, 8D and E2. RGB value is (147,141,226). Sum of RGB (Red+Green+Blue) = 147+141+226=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 226 (88.67% from 255 or 43.97% from 514); Max value from RGB is 226 - color contains mainly: blue. Hex color #938DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DE2 is #6C721D. Grayscale: #989898. Windows color (decimal): -7107102 or 14847379. OLE color: 14847379.

HSL color Cylindrical-coordinate representation of color #938DE2: hue angle of 244.24º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #938DE2 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 147 141 226 -
CMYK 0.35 0.38 0 0.11
HSL 244.24º 0.59% 0.72% -
HSV(B) 244.24º 0.38% 0.89% -
XYZ 35.28 30.74 76.03 -
YUV 152.48 169.49 124.09 -
System Red Green Blue C M Y K H S L
Decimal 147 141 226 0.35 0.38 0 0.11 244.24 0.59 0.72
Hex 93 8D E2 23 26 0 B F4 3B 48
Octal 223 215 342 43 46 0 13 364 73 110
Binary 10010011 10001101 11100010 100011 100110 0 1011 11110100 111011 1001000

Color Harmonies of #938DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938DE2

Black with #938DE2

Text Example


Text Example

White with #938DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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