Html Css Color HEX #938DEE Portage

📋 copy color: '#938DEE'

red 147 ◦ green 141 ◦ blue 238

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

Shades of Portage #938DEE

Tints of Portage #938DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.81%

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

R = 27.95%
G = 26.81%
B = 45.25%

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

#938DEE (or 0x938DEE) is known color: Portage. HEX triplet: 93, 8D and EE. RGB value is (147,141,238). Sum of RGB (Red+Green+Blue) = 147+141+238=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #938DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938DEE is #6C7211. Grayscale: #999999. Windows color (decimal): -7107090 or 15633811. OLE color: 15633811.

HSL color Cylindrical-coordinate representation of color #938DEE: hue angle of 243.71º degrees, saturation: 0.74, 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 #938DEE is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 141 238 -
CMYK 0.38 0.41 0 0.07
HSL 243.71º 0.74% 0.74% -
HSV(B) 243.71º 0.41% 0.93% -
XYZ 36.99 31.43 85.01 -
YUV 153.85 175.49 123.11 -
System Red Green Blue C M Y K H S L
Decimal 147 141 238 0.38 0.41 0 0.07 243.71 0.74 0.74
Hex 93 8D EE 26 29 0 7 F4 4A 4A
Octal 223 215 356 46 51 0 7 364 112 112
Binary 10010011 10001101 11101110 100110 101001 0 111 11110100 1001010 1001010

Color Harmonies of #938DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938DEE

Black with #938DEE

Text Example


Text Example

White with #938DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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