Html Css Color HEX #8FA2DC Portage

📋 copy color: '#8FA2DC'

red 143 ◦ green 162 ◦ blue 220

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

Shades of Portage #8FA2DC

Tints of Portage #8FA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.86%

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

R = 27.24%
G = 30.86%
B = 41.9%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FA2DC (or 0x8FA2DC) is known color: Portage. HEX triplet: 8F, A2 and DC. RGB value is (143,162,220). Sum of RGB (Red+Green+Blue) = 143+162+220=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA2DC is #705D23. Grayscale: #A2A2A2. Windows color (decimal): -7363876 or 14459535. OLE color: 14459535.

HSL color Cylindrical-coordinate representation of color #8FA2DC: hue angle of 225.19º 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 #8FA2DC is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 162 220 -
CMYK 0.35 0.26 0 0.14
HSL 225.19º 0.52% 0.71% -
HSV(B) 225.19º 0.35% 0.86% -
XYZ 37.17 36.85 72.86 -
YUV 162.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 143 162 220 0.35 0.26 0 0.14 225.19 0.52 0.71
Hex 8F A2 DC 23 1A 0 E E1 34 47
Octal 217 242 334 43 32 0 16 341 64 107
Binary 10001111 10100010 11011100 100011 11010 0 1110 11100001 110100 1000111

Color Harmonies of #8FA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA2DC

Black with #8FA2DC

Text Example


Text Example

White with #8FA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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