Html Css Color HEX #8F9BCE Portage

📋 copy color: '#8F9BCE'

red 143 ◦ green 155 ◦ blue 206

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

Shades of Portage #8F9BCE

Tints of Portage #8F9BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 28.37%
G = 30.75%
B = 40.87%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F9BCE (or 0x8F9BCE) is known color: Portage. HEX triplet: 8F, 9B and CE. RGB value is (143,155,206). Sum of RGB (Red+Green+Blue) = 143+155+206=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BCE is #706431. Grayscale: #9D9D9D. Windows color (decimal): -7365682 or 13540239. OLE color: 13540239.

HSL color Cylindrical-coordinate representation of color #8F9BCE: hue angle of 228.57º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F9BCE is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 155 206 -
CMYK 0.31 0.25 0 0.19
HSL 228.57º 0.39% 0.68% -
HSV(B) 228.57º 0.31% 0.81% -
XYZ 34.19 33.74 63.1 -
YUV 157.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 143 155 206 0.31 0.25 0 0.19 228.57 0.39 0.68
Hex 8F 9B CE 1F 19 0 13 E5 27 44
Octal 217 233 316 37 31 0 23 345 47 104
Binary 10001111 10011011 11001110 11111 11001 0 10011 11100101 100111 1000100

Color Harmonies of #8F9BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BCE

Black with #8F9BCE

Text Example


Text Example

White with #8F9BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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