Html Css Color HEX #938CEC Portage

📋 copy color: '#938CEC'

red 147 ◦ green 140 ◦ blue 236

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

Shades of Portage #938CEC

Tints of Portage #938CEC

RGB

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

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

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

R = 28.11%
G = 26.77%
B = 45.12%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#938CEC (or 0x938CEC) is known color: Portage. HEX triplet: 93, 8C and EC. RGB value is (147,140,236). Sum of RGB (Red+Green+Blue) = 147+140+236=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #938CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938CEC is #6C7313. Grayscale: #989898. Windows color (decimal): -7107348 or 15502483. OLE color: 15502483.

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

Color convert

RGB 147 140 236 -
CMYK 0.38 0.41 0 0.07
HSL 244.38º 0.72% 0.74% -
HSV(B) 244.38º 0.41% 0.93% -
XYZ 36.55 31.02 83.42 -
YUV 153.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 147 140 236 0.38 0.41 0 0.07 244.38 0.72 0.74
Hex 93 8C EC 26 29 0 7 F4 48 4A
Octal 223 214 354 46 51 0 7 364 110 112
Binary 10010011 10001100 11101100 100110 101001 0 111 11110100 1001000 1001010

Color Harmonies of #938CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938CEC

Black with #938CEC

Text Example


Text Example

White with #938CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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