Html Css Color HEX #8F98CD Portage

📋 copy color: '#8F98CD'

red 143 ◦ green 152 ◦ blue 205

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

Shades of Portage #8F98CD

Tints of Portage #8F98CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 28.6%
G = 30.4%
B = 41%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F98CD (or 0x8F98CD) is known color: Portage. HEX triplet: 8F, 98 and CD. RGB value is (143,152,205). Sum of RGB (Red+Green+Blue) = 143+152+205=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F98CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F98CD is #706732. Grayscale: #9B9B9B. Windows color (decimal): -7366451 or 13473935. OLE color: 13473935.

HSL color Cylindrical-coordinate representation of color #8F98CD: hue angle of 231.29º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F98CD is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 152 205 -
CMYK 0.30 0.26 0 0.20
HSL 231.29º 0.38% 0.68% -
HSV(B) 231.29º 0.3% 0.8% -
XYZ 33.58 32.7 62.3 -
YUV 155.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 143 152 205 0.30 0.26 0 0.20 231.29 0.38 0.68
Hex 8F 98 CD 1E 1A 0 14 E7 26 44
Octal 217 230 315 36 32 0 24 347 46 104
Binary 10001111 10011000 11001101 11110 11010 0 10100 11100111 100110 1000100

Color Harmonies of #8F98CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F98CD

Black with #8F98CD

Text Example


Text Example

White with #8F98CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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