Html Css Color HEX #8F9EDF Portage

📋 copy color: '#8F9EDF'

red 143 ◦ green 158 ◦ blue 223

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

Shades of Portage #8F9EDF

Tints of Portage #8F9EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 27.29%
G = 30.15%
B = 42.56%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F9EDF (or 0x8F9EDF) is known color: Portage. HEX triplet: 8F, 9E and DF. RGB value is (143,158,223). Sum of RGB (Red+Green+Blue) = 143+158+223=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F9EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EDF is #706120. Grayscale: #A0A0A0. Windows color (decimal): -7364897 or 14655119. OLE color: 14655119.

HSL color Cylindrical-coordinate representation of color #8F9EDF: hue angle of 228.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F9EDF is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 158 223 -
CMYK 0.36 0.29 0 0.13
HSL 228.75º 0.56% 0.72% -
HSV(B) 228.75º 0.36% 0.87% -
XYZ 36.87 35.62 74.74 -
YUV 160.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 143 158 223 0.36 0.29 0 0.13 228.75 0.56 0.72
Hex 8F 9E DF 24 1D 0 D E5 38 48
Octal 217 236 337 44 35 0 15 345 70 110
Binary 10001111 10011110 11011111 100100 11101 0 1101 11100101 111000 1001000

Color Harmonies of #8F9EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9EDF

Black with #8F9EDF

Text Example


Text Example

White with #8F9EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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