Html Css Color HEX #8D9FEE Portage

📋 copy color: '#8D9FEE'

red 141 ◦ green 159 ◦ blue 238

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

Shades of Portage #8D9FEE

Tints of Portage #8D9FEE

RGB

 RED value IS 141 (55.47% from 255) = 26.21%

 GREEN value IS 159 (62.5% from 255) = 29.55%

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

R = 26.21%
G = 29.55%
B = 44.24%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D9FEE (or 0x8D9FEE) is known color: Portage. HEX triplet: 8D, 9F and EE. RGB value is (141,159,238). Sum of RGB (Red+Green+Blue) = 141+159+238=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D9FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9FEE is #726011. Grayscale: #A2A2A2. Windows color (decimal): -7495698 or 15638413. OLE color: 15638413.

HSL color Cylindrical-coordinate representation of color #8D9FEE: hue angle of 228.87º 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 #8D9FEE is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 159 238 -
CMYK 0.41 0.33 0 0.07
HSL 228.87º 0.74% 0.74% -
HSV(B) 228.87º 0.41% 0.93% -
XYZ 38.82 36.63 85.91 -
YUV 162.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 141 159 238 0.41 0.33 0 0.07 228.87 0.74 0.74
Hex 8D 9F EE 29 21 0 7 E5 4A 4A
Octal 215 237 356 51 41 0 7 345 112 112
Binary 10001101 10011111 11101110 101001 100001 0 111 11100101 1001010 1001010

Color Harmonies of #8D9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9FEE

Black with #8D9FEE

Text Example


Text Example

White with #8D9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9FEE; }

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

 H1.HeaderClassName
 {
   color: #8D9FEE;
 }
 .AnyTagClassName
 {
   color: #8D9FEE;
 }
</style>

background-color css

<style>
 a { background-color: #8D9FEE; }

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

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

border-color css

<style>
 span { border-color: #8D9FEE; }

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

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