Html Css Color HEX #8FA4DF Portage

📋 copy color: '#8FA4DF'

red 143 ◦ green 164 ◦ blue 223

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

Shades of Portage #8FA4DF

Tints of Portage #8FA4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.94%

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 26.98%
G = 30.94%
B = 42.08%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8FA4DF (or 0x8FA4DF) is known color: Portage. HEX triplet: 8F, A4 and DF. RGB value is (143,164,223). Sum of RGB (Red+Green+Blue) = 143+164+223=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FA4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA4DF is #705B20. Grayscale: #A4A4A4. Windows color (decimal): -7363361 or 14656655. OLE color: 14656655.

HSL color Cylindrical-coordinate representation of color #8FA4DF: hue angle of 224.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FA4DF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 164 223 -
CMYK 0.36 0.26 0 0.13
HSL 224.25º 0.56% 0.72% -
HSV(B) 224.25º 0.36% 0.87% -
XYZ 37.92 37.72 75.09 -
YUV 164.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 143 164 223 0.36 0.26 0 0.13 224.25 0.56 0.72
Hex 8F A4 DF 24 1A 0 D E0 38 48
Octal 217 244 337 44 32 0 15 340 70 110
Binary 10001111 10100100 11011111 100100 11010 0 1101 11100000 111000 1001000

Color Harmonies of #8FA4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA4DF

Black with #8FA4DF

Text Example


Text Example

White with #8FA4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,164,223); }

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

background-color css

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

 a { background-color: rgb(143,164,223); }

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

border-color css

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

 span { border-color: rgb(143,164,223); }

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