Html Css Color HEX #938FEE Portage

📋 copy color: '#938FEE'

red 147 ◦ green 143 ◦ blue 238

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

Shades of Portage #938FEE

Tints of Portage #938FEE

RGB

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

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

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

R = 27.84%
G = 27.08%
B = 45.08%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#938FEE (or 0x938FEE) is known color: Portage. HEX triplet: 93, 8F and EE. RGB value is (147,143,238). Sum of RGB (Red+Green+Blue) = 147+143+238=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #938FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938FEE is #6C7011. Grayscale: #9A9A9A. Windows color (decimal): -7106578 or 15634323. OLE color: 15634323.

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

Color convert

RGB 147 143 238 -
CMYK 0.38 0.40 0 0.07
HSL 242.53º 0.74% 0.75% -
HSV(B) 242.53º 0.4% 0.93% -
XYZ 37.29 32.02 85.1 -
YUV 155.03 174.83 122.28 -
System Red Green Blue C M Y K H S L
Decimal 147 143 238 0.38 0.40 0 0.07 242.53 0.74 0.75
Hex 93 8F EE 26 28 0 7 F3 4A 4B
Octal 223 217 356 46 50 0 7 363 112 113
Binary 10010011 10001111 11101110 100110 101000 0 111 11110011 1001010 1001011

Color Harmonies of #938FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938FEE

Black with #938FEE

Text Example


Text Example

White with #938FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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