Html Css Color HEX #8F9ACE Portage

📋 copy color: '#8F9ACE'

red 143 ◦ green 154 ◦ blue 206

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

Shades of Portage #8F9ACE

Tints of Portage #8F9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.62%

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

R = 28.43%
G = 30.62%
B = 40.95%

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

#8F9ACE (or 0x8F9ACE) is known color: Portage. HEX triplet: 8F, 9A and CE. RGB value is (143,154,206). Sum of RGB (Red+Green+Blue) = 143+154+206=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ACE is #706531. Grayscale: #9C9C9C. Windows color (decimal): -7365938 or 13539983. OLE color: 13539983.

HSL color Cylindrical-coordinate representation of color #8F9ACE: hue angle of 229.52º 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 #8F9ACE is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 154 206 -
CMYK 0.31 0.25 0 0.19
HSL 229.52º 0.39% 0.68% -
HSV(B) 229.52º 0.31% 0.81% -
XYZ 34.02 33.41 63.05 -
YUV 156.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 143 154 206 0.31 0.25 0 0.19 229.52 0.39 0.68
Hex 8F 9A CE 1F 19 0 13 E6 27 44
Octal 217 232 316 37 31 0 23 346 47 104
Binary 10001111 10011010 11001110 11111 11001 0 10011 11100110 100111 1000100

Color Harmonies of #8F9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9ACE

Black with #8F9ACE

Text Example


Text Example

White with #8F9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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