Html Css Color HEX #8FA2DF Portage

📋 copy color: '#8FA2DF'

red 143 ◦ green 162 ◦ blue 223

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

Shades of Portage #8FA2DF

Tints of Portage #8FA2DF

RGB

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

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

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

R = 27.08%
G = 30.68%
B = 42.23%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8FA2DF (or 0x8FA2DF) is known color: Portage. HEX triplet: 8F, A2 and DF. RGB value is (143,162,223). Sum of RGB (Red+Green+Blue) = 143+162+223=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FA2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA2DF is #705D20. Grayscale: #A3A3A3. Windows color (decimal): -7363873 or 14656143. OLE color: 14656143.

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

Color convert

RGB 143 162 223 -
CMYK 0.36 0.27 0 0.13
HSL 225.75º 0.56% 0.72% -
HSV(B) 225.75º 0.36% 0.87% -
XYZ 37.57 37.01 74.98 -
YUV 163.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 143 162 223 0.36 0.27 0 0.13 225.75 0.56 0.72
Hex 8F A2 DF 24 1B 0 D E2 38 48
Octal 217 242 337 44 33 0 15 342 70 110
Binary 10001111 10100010 11011111 100100 11011 0 1101 11100010 111000 1001000

Color Harmonies of #8FA2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA2DF

Black with #8FA2DF

Text Example


Text Example

White with #8FA2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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