Html Css Color HEX #938BEE Portage

📋 copy color: '#938BEE'

red 147 ◦ green 139 ◦ blue 238

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

Shades of Portage #938BEE

Tints of Portage #938BEE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.53%

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 28.05%
G = 26.53%
B = 45.42%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#938BEE (or 0x938BEE) is known color: Portage. HEX triplet: 93, 8B and EE. RGB value is (147,139,238). Sum of RGB (Red+Green+Blue) = 147+139+238=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #938BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938BEE is #6C7411. Grayscale: #989898. Windows color (decimal): -7107602 or 15633299. OLE color: 15633299.

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

Color convert

RGB 147 139 238 -
CMYK 0.38 0.42 0 0.07
HSL 244.85º 0.74% 0.74% -
HSV(B) 244.85º 0.42% 0.93% -
XYZ 36.7 30.84 84.91 -
YUV 152.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 147 139 238 0.38 0.42 0 0.07 244.85 0.74 0.74
Hex 93 8B EE 26 2A 0 7 F5 4A 4A
Octal 223 213 356 46 52 0 7 365 112 112
Binary 10010011 10001011 11101110 100110 101010 0 111 11110101 1001010 1001010

Color Harmonies of #938BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938BEE

Black with #938BEE

Text Example


Text Example

White with #938BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,139,238); }

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

background-color css

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

 a { background-color: rgb(147,139,238); }

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

border-color css

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

 span { border-color: rgb(147,139,238); }

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