Html Css Color HEX #8FA5DF Portage

📋 copy color: '#8FA5DF'

red 143 ◦ green 165 ◦ blue 223

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

Shades of Portage #8FA5DF

Tints of Portage #8FA5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.07%

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

R = 26.93%
G = 31.07%
B = 42%

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

#8FA5DF (or 0x8FA5DF) is known color: Portage. HEX triplet: 8F, A5 and DF. RGB value is (143,165,223). Sum of RGB (Red+Green+Blue) = 143+165+223=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FA5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA5DF is #705A20. Grayscale: #A4A4A4. Windows color (decimal): -7363105 or 14656911. OLE color: 14656911.

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

Color convert

RGB 143 165 223 -
CMYK 0.36 0.26 0 0.13
HSL 223.5º 0.56% 0.72% -
HSV(B) 223.5º 0.36% 0.87% -
XYZ 38.1 38.08 75.15 -
YUV 165.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 143 165 223 0.36 0.26 0 0.13 223.5 0.56 0.72
Hex 8F A5 DF 24 1A 0 D E0 38 48
Octal 217 245 337 44 32 0 15 340 70 110
Binary 10001111 10100101 11011111 100100 11010 0 1101 11100000 111000 1001000

Color Harmonies of #8FA5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA5DF

Black with #8FA5DF

Text Example


Text Example

White with #8FA5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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