Html Css Color HEX #8F9BDC Portage

📋 copy color: '#8F9BDC'

red 143 ◦ green 155 ◦ blue 220

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

Shades of Portage #8F9BDC

Tints of Portage #8F9BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 27.61%
G = 29.92%
B = 42.47%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F9BDC (or 0x8F9BDC) is known color: Portage. HEX triplet: 8F, 9B and DC. RGB value is (143,155,220). Sum of RGB (Red+Green+Blue) = 143+155+220=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BDC is #706423. Grayscale: #9E9E9E. Windows color (decimal): -7365668 or 14457743. OLE color: 14457743.

HSL color Cylindrical-coordinate representation of color #8F9BDC: hue angle of 230.65º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F9BDC is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 155 220 -
CMYK 0.35 0.30 0 0.14
HSL 230.65º 0.52% 0.71% -
HSV(B) 230.65º 0.35% 0.86% -
XYZ 35.97 34.45 72.46 -
YUV 158.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 143 155 220 0.35 0.30 0 0.14 230.65 0.52 0.71
Hex 8F 9B DC 23 1E 0 E E7 34 47
Octal 217 233 334 43 36 0 16 347 64 107
Binary 10001111 10011011 11011100 100011 11110 0 1110 11100111 110100 1000111

Color Harmonies of #8F9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BDC

Black with #8F9BDC

Text Example


Text Example

White with #8F9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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