Html Css Color HEX #8F98D0 Portage

📋 copy color: '#8F98D0'

red 143 ◦ green 152 ◦ blue 208

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

Shades of Portage #8F98D0

Tints of Portage #8F98D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 28.43%
G = 30.22%
B = 41.35%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8F98D0 (or 0x8F98D0) is known color: Portage. HEX triplet: 8F, 98 and D0. RGB value is (143,152,208). Sum of RGB (Red+Green+Blue) = 143+152+208=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #8F98D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F98D0 is #70672F. Grayscale: #9B9B9B. Windows color (decimal): -7366448 or 13670543. OLE color: 13670543.

HSL color Cylindrical-coordinate representation of color #8F98D0: hue angle of 231.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F98D0 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 152 208 -
CMYK 0.31 0.27 0 0.18
HSL 231.69º 0.41% 0.69% -
HSV(B) 231.69º 0.31% 0.82% -
XYZ 33.94 32.85 64.23 -
YUV 155.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 143 152 208 0.31 0.27 0 0.18 231.69 0.41 0.69
Hex 8F 98 D0 1F 1B 0 12 E8 29 45
Octal 217 230 320 37 33 0 22 350 51 105
Binary 10001111 10011000 11010000 11111 11011 0 10010 11101000 101001 1000101

Color Harmonies of #8F98D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F98D0

Black with #8F98D0

Text Example


Text Example

White with #8F98D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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