Html Css Color HEX #8F9DCD Portage

📋 copy color: '#8F9DCD'

red 143 ◦ green 157 ◦ blue 205

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

Shades of Portage #8F9DCD

Tints of Portage #8F9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.09%

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

R = 28.32%
G = 31.09%
B = 40.59%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F9DCD (or 0x8F9DCD) is known color: Portage. HEX triplet: 8F, 9D and CD. RGB value is (143,157,205). Sum of RGB (Red+Green+Blue) = 143+157+205=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DCD is #706232. Grayscale: #9E9E9E. Windows color (decimal): -7365171 or 13475215. OLE color: 13475215.

HSL color Cylindrical-coordinate representation of color #8F9DCD: hue angle of 226.45º 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 #8F9DCD is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 157 205 -
CMYK 0.30 0.23 0 0.20
HSL 226.45º 0.38% 0.68% -
HSV(B) 226.45º 0.3% 0.8% -
XYZ 34.4 34.36 62.58 -
YUV 158.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 143 157 205 0.30 0.23 0 0.20 226.45 0.38 0.68
Hex 8F 9D CD 1E 17 0 14 E2 26 44
Octal 217 235 315 36 27 0 24 342 46 104
Binary 10001111 10011101 11001101 11110 10111 0 10100 11100010 100110 1000100

Color Harmonies of #8F9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9DCD

Black with #8F9DCD

Text Example


Text Example

White with #8F9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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