Html Css Color HEX #8F9BDE Portage

📋 copy color: '#8F9BDE'

red 143 ◦ green 155 ◦ blue 222

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

Shades of Portage #8F9BDE

Tints of Portage #8F9BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.69%

R = 27.5%
G = 29.81%
B = 42.69%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F9BDE (or 0x8F9BDE) is known color: Portage. HEX triplet: 8F, 9B and DE. RGB value is (143,155,222). Sum of RGB (Red+Green+Blue) = 143+155+222=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F9BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BDE is #706421. Grayscale: #9E9E9E. Windows color (decimal): -7365666 or 14588815. OLE color: 14588815.

HSL color Cylindrical-coordinate representation of color #8F9BDE: hue angle of 230.89º degrees, saturation: 0.54, 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 #8F9BDE is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 155 222 -
CMYK 0.36 0.30 0 0.13
HSL 230.89º 0.54% 0.72% -
HSV(B) 230.89º 0.36% 0.87% -
XYZ 36.23 34.56 73.87 -
YUV 159.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 143 155 222 0.36 0.30 0 0.13 230.89 0.54 0.72
Hex 8F 9B DE 24 1E 0 D E7 36 48
Octal 217 233 336 44 36 0 15 347 66 110
Binary 10001111 10011011 11011110 100100 11110 0 1101 11100111 110110 1001000

Color Harmonies of #8F9BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BDE

Black with #8F9BDE

Text Example


Text Example

White with #8F9BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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