Html Css Color HEX #938EF1 Portage

📋 copy color: '#938EF1'

red 147 ◦ green 142 ◦ blue 241

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

Shades of Portage #938EF1

Tints of Portage #938EF1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.79%

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 27.74%
G = 26.79%
B = 45.47%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#938EF1 (or 0x938EF1) is known color: Portage. HEX triplet: 93, 8E and F1. RGB value is (147,142,241). Sum of RGB (Red+Green+Blue) = 147+142+241=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #938EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938EF1 is #6C710E. Grayscale: #9A9A9A. Windows color (decimal): -7106831 or 15830675. OLE color: 15830675.

HSL color Cylindrical-coordinate representation of color #938EF1: hue angle of 243.03º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #938EF1 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 142 241 -
CMYK 0.39 0.41 0 0.05
HSL 243.03º 0.78% 0.75% -
HSV(B) 243.03º 0.41% 0.95% -
XYZ 37.58 31.9 87.4 -
YUV 154.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 147 142 241 0.39 0.41 0 0.05 243.03 0.78 0.75
Hex 93 8E F1 27 29 0 5 F3 4E 4B
Octal 223 216 361 47 51 0 5 363 116 113
Binary 10010011 10001110 11110001 100111 101001 0 101 11110011 1001110 1001011

Color Harmonies of #938EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938EF1

Black with #938EF1

Text Example


Text Example

White with #938EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,142,241); }

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

background-color css

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

 a { background-color: rgb(147,142,241); }

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

border-color css

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

 span { border-color: rgb(147,142,241); }

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