Html Css Color HEX #938FE0 Portage

📋 copy color: '#938FE0'

red 147 ◦ green 143 ◦ blue 224

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

Shades of Portage #938FE0

Tints of Portage #938FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.58%

R = 28.6%
G = 27.82%
B = 43.58%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#938FE0 (or 0x938FE0) is known color: Portage. HEX triplet: 93, 8F and E0. RGB value is (147,143,224). Sum of RGB (Red+Green+Blue) = 147+143+224=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #938FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FE0 is #6C701F. Grayscale: #999999. Windows color (decimal): -7106592 or 14716819. OLE color: 14716819.

HSL color Cylindrical-coordinate representation of color #938FE0: hue angle of 242.96º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #938FE0 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 143 224 -
CMYK 0.34 0.36 0 0.12
HSL 242.96º 0.57% 0.72% -
HSV(B) 242.96º 0.36% 0.88% -
XYZ 35.31 31.23 74.69 -
YUV 153.43 167.83 123.41 -
System Red Green Blue C M Y K H S L
Decimal 147 143 224 0.34 0.36 0 0.12 242.96 0.57 0.72
Hex 93 8F E0 22 24 0 C F3 39 48
Octal 223 217 340 42 44 0 14 363 71 110
Binary 10010011 10001111 11100000 100010 100100 0 1100 11110011 111001 1001000

Color Harmonies of #938FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938FE0

Black with #938FE0

Text Example


Text Example

White with #938FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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