Html Css Color HEX #8F99CD Portage

📋 copy color: '#8F99CD'

red 143 ◦ green 153 ◦ blue 205

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

Shades of Portage #8F99CD

Tints of Portage #8F99CD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.54%

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

R = 28.54%
G = 30.54%
B = 40.92%

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

#8F99CD (or 0x8F99CD) is known color: Portage. HEX triplet: 8F, 99 and CD. RGB value is (143,153,205). Sum of RGB (Red+Green+Blue) = 143+153+205=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F99CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F99CD is #706632. Grayscale: #9B9B9B. Windows color (decimal): -7366195 or 13474191. OLE color: 13474191.

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

Color convert

RGB 143 153 205 -
CMYK 0.30 0.25 0 0.20
HSL 230.32º 0.38% 0.68% -
HSV(B) 230.32º 0.3% 0.8% -
XYZ 33.74 33.03 62.35 -
YUV 155.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 143 153 205 0.30 0.25 0 0.20 230.32 0.38 0.68
Hex 8F 99 CD 1E 19 0 14 E6 26 44
Octal 217 231 315 36 31 0 24 346 46 104
Binary 10001111 10011001 11001101 11110 11001 0 10100 11100110 100110 1000100

Color Harmonies of #8F99CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F99CD

Black with #8F99CD

Text Example


Text Example

White with #8F99CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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