Html Css Color HEX #8F9EDC Portage

📋 copy color: '#8F9EDC'

red 143 ◦ green 158 ◦ blue 220

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

Shades of Portage #8F9EDC

Tints of Portage #8F9EDC

RGB

 RED value IS 143 (56.25% from 255) = 27.45%

 GREEN value IS 158 (62.11% from 255) = 30.33%

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 27.45%
G = 30.33%
B = 42.23%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F9EDC (or 0x8F9EDC) is known color: Portage. HEX triplet: 8F, 9E and DC. RGB value is (143,158,220). Sum of RGB (Red+Green+Blue) = 143+158+220=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EDC is #706123. Grayscale: #A0A0A0. Windows color (decimal): -7364900 or 14458511. OLE color: 14458511.

HSL color Cylindrical-coordinate representation of color #8F9EDC: hue angle of 228.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F9EDC is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 158 220 -
CMYK 0.35 0.28 0 0.14
HSL 228.31º 0.52% 0.71% -
HSV(B) 228.31º 0.35% 0.86% -
XYZ 36.47 35.46 72.63 -
YUV 160.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 143 158 220 0.35 0.28 0 0.14 228.31 0.52 0.71
Hex 8F 9E DC 23 1C 0 E E4 34 47
Octal 217 236 334 43 34 0 16 344 64 107
Binary 10001111 10011110 11011100 100011 11100 0 1110 11100100 110100 1000111

Color Harmonies of #8F9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9EDC

Black with #8F9EDC

Text Example


Text Example

White with #8F9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,158,220); }

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

background-color css

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

 a { background-color: rgb(143,158,220); }

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

border-color css

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

 span { border-color: rgb(143,158,220); }

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