Html Css Color HEX #8F9ACD Portage

📋 copy color: '#8F9ACD'

red 143 ◦ green 154 ◦ blue 205

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

Shades of Portage #8F9ACD

Tints of Portage #8F9ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 28.49%
G = 30.68%
B = 40.84%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F9ACD (or 0x8F9ACD) is known color: Portage. HEX triplet: 8F, 9A and CD. RGB value is (143,154,205). Sum of RGB (Red+Green+Blue) = 143+154+205=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ACD is #706532. Grayscale: #9C9C9C. Windows color (decimal): -7365939 or 13474447. OLE color: 13474447.

HSL color Cylindrical-coordinate representation of color #8F9ACD: hue angle of 229.35º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9ACD is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 154 205 -
CMYK 0.30 0.25 0 0.20
HSL 229.35º 0.38% 0.68% -
HSV(B) 229.35º 0.3% 0.8% -
XYZ 33.9 33.36 62.41 -
YUV 156.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 143 154 205 0.30 0.25 0 0.20 229.35 0.38 0.68
Hex 8F 9A CD 1E 19 0 14 E5 26 44
Octal 217 232 315 36 31 0 24 345 46 104
Binary 10001111 10011010 11001101 11110 11001 0 10100 11100101 100110 1000100

Color Harmonies of #8F9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9ACD

Black with #8F9ACD

Text Example


Text Example

White with #8F9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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