Html Css Color HEX #8F9ADF Portage

📋 copy color: '#8F9ADF'

red 143 ◦ green 154 ◦ blue 223

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

Shades of Portage #8F9ADF

Tints of Portage #8F9ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.62%

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

R = 27.5%
G = 29.62%
B = 42.88%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F9ADF (or 0x8F9ADF) is known color: Portage. HEX triplet: 8F, 9A and DF. RGB value is (143,154,223). Sum of RGB (Red+Green+Blue) = 143+154+223=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F9ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ADF is #706520. Grayscale: #9E9E9E. Windows color (decimal): -7365921 or 14654095. OLE color: 14654095.

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

Color convert

RGB 143 154 223 -
CMYK 0.36 0.31 0 0.13
HSL 231.75º 0.56% 0.72% -
HSV(B) 231.75º 0.36% 0.87% -
XYZ 36.2 34.28 74.52 -
YUV 158.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 143 154 223 0.36 0.31 0 0.13 231.75 0.56 0.72
Hex 8F 9A DF 24 1F 0 D E8 38 48
Octal 217 232 337 44 37 0 15 350 70 110
Binary 10001111 10011010 11011111 100100 11111 0 1101 11101000 111000 1001000

Color Harmonies of #8F9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9ADF

Black with #8F9ADF

Text Example


Text Example

White with #8F9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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