Html Css Color HEX #8F9BE0 Portage

📋 copy color: '#8F9BE0'

red 143 ◦ green 155 ◦ blue 224

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

Shades of Portage #8F9BE0

Tints of Portage #8F9BE0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.69%

 BLUE value IS 224 (87.89% from 255) = 42.91%

R = 27.39%
G = 29.69%
B = 42.91%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8F9BE0 (or 0x8F9BE0) is known color: Portage. HEX triplet: 8F, 9B and E0. RGB value is (143,155,224). Sum of RGB (Red+Green+Blue) = 143+155+224=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F9BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BE0 is #70641F. Grayscale: #9E9E9E. Windows color (decimal): -7365664 or 14719887. OLE color: 14719887.

HSL color Cylindrical-coordinate representation of color #8F9BE0: hue angle of 231.11º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F9BE0 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 143 155 224 -
CMYK 0.36 0.31 0 0.12
HSL 231.11º 0.57% 0.72% -
HSV(B) 231.11º 0.36% 0.88% -
XYZ 36.5 34.66 75.29 -
YUV 159.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 143 155 224 0.36 0.31 0 0.12 231.11 0.57 0.72
Hex 8F 9B E0 24 1F 0 C E7 39 48
Octal 217 233 340 44 37 0 14 347 71 110
Binary 10001111 10011011 11100000 100100 11111 0 1100 11100111 111001 1001000

Color Harmonies of #8F9BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BE0

Black with #8F9BE0

Text Example


Text Example

White with #8F9BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,155,224); }

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

background-color css

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

 a { background-color: rgb(143,155,224); }

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

border-color css

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

 span { border-color: rgb(143,155,224); }

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