Html Css Color HEX #938EEB Portage

📋 copy color: '#938EEB'

red 147 ◦ green 142 ◦ blue 235

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

Shades of Portage #938EEB

Tints of Portage #938EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 28.05%
G = 27.1%
B = 44.85%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#938EEB (or 0x938EEB) is known color: Portage. HEX triplet: 93, 8E and EB. RGB value is (147,142,235). Sum of RGB (Red+Green+Blue) = 147+142+235=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #938EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938EEB is #6C7114. Grayscale: #999999. Windows color (decimal): -7106837 or 15437459. OLE color: 15437459.

HSL color Cylindrical-coordinate representation of color #938EEB: hue angle of 243.23º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #938EEB is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 142 235 -
CMYK 0.37 0.40 0 0.08
HSL 243.23º 0.7% 0.74% -
HSV(B) 243.23º 0.4% 0.92% -
XYZ 36.7 31.55 82.75 -
YUV 154.1 173.66 122.94 -
System Red Green Blue C M Y K H S L
Decimal 147 142 235 0.37 0.40 0 0.08 243.23 0.7 0.74
Hex 93 8E EB 25 28 0 8 F3 46 4A
Octal 223 216 353 45 50 0 10 363 106 112
Binary 10010011 10001110 11101011 100101 101000 0 1000 11110011 1000110 1001010

Color Harmonies of #938EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938EEB

Black with #938EEB

Text Example


Text Example

White with #938EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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