Html Css Color HEX #938FEC Portage

📋 copy color: '#938FEC'

red 147 ◦ green 143 ◦ blue 236

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

Shades of Portage #938FEC

Tints of Portage #938FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 27.95%
G = 27.19%
B = 44.87%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#938FEC (or 0x938FEC) is known color: Portage. HEX triplet: 93, 8F and EC. RGB value is (147,143,236). Sum of RGB (Red+Green+Blue) = 147+143+236=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #938FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938FEC is #6C7013. Grayscale: #9A9A9A. Windows color (decimal): -7106580 or 15503251. OLE color: 15503251.

HSL color Cylindrical-coordinate representation of color #938FEC: hue angle of 242.58º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #938FEC is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 143 236 -
CMYK 0.38 0.39 0 0.07
HSL 242.58º 0.71% 0.74% -
HSV(B) 242.58º 0.39% 0.93% -
XYZ 37 31.9 83.57 -
YUV 154.8 173.83 122.44 -
System Red Green Blue C M Y K H S L
Decimal 147 143 236 0.38 0.39 0 0.07 242.58 0.71 0.74
Hex 93 8F EC 26 27 0 7 F3 47 4A
Octal 223 217 354 46 47 0 7 363 107 112
Binary 10010011 10001111 11101100 100110 100111 0 111 11110011 1000111 1001010

Color Harmonies of #938FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938FEC

Black with #938FEC

Text Example


Text Example

White with #938FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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