Html Css Color HEX #8F98DF Portage

📋 copy color: '#8F98DF'

red 143 ◦ green 152 ◦ blue 223

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

Shades of Portage #8F98DF

Tints of Portage #8F98DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.34%

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

R = 27.61%
G = 29.34%
B = 43.05%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F98DF (or 0x8F98DF) is known color: Portage. HEX triplet: 8F, 98 and DF. RGB value is (143,152,223). Sum of RGB (Red+Green+Blue) = 143+152+223=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F98DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F98DF is #706720. Grayscale: #9D9D9D. Windows color (decimal): -7366433 or 14653583. OLE color: 14653583.

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

Color convert

RGB 143 152 223 -
CMYK 0.36 0.32 0 0.13
HSL 233.25º 0.56% 0.72% -
HSV(B) 233.25º 0.36% 0.87% -
XYZ 35.88 33.62 74.41 -
YUV 157.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 143 152 223 0.36 0.32 0 0.13 233.25 0.56 0.72
Hex 8F 98 DF 24 20 0 D E9 38 48
Octal 217 230 337 44 40 0 15 351 70 110
Binary 10001111 10011000 11011111 100100 100000 0 1101 11101001 111000 1001000

Color Harmonies of #8F98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F98DF

Black with #8F98DF

Text Example


Text Example

White with #8F98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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