Html Css Color HEX #8F98CA Portage

📋 copy color: '#8F98CA'

red 143 ◦ green 152 ◦ blue 202

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

Shades of Portage #8F98CA

Tints of Portage #8F98CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 28.77%
G = 30.58%
B = 40.64%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F98CA (or 0x8F98CA) is known color: Portage. HEX triplet: 8F, 98 and CA. RGB value is (143,152,202). Sum of RGB (Red+Green+Blue) = 143+152+202=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F98CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F98CA is #706735. Grayscale: #9A9A9A. Windows color (decimal): -7366454 or 13277327. OLE color: 13277327.

HSL color Cylindrical-coordinate representation of color #8F98CA: hue angle of 230.85º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F98CA is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 152 202 -
CMYK 0.29 0.25 0 0.21
HSL 230.85º 0.36% 0.68% -
HSV(B) 230.85º 0.29% 0.79% -
XYZ 33.22 32.56 60.41 -
YUV 155.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 143 152 202 0.29 0.25 0 0.21 230.85 0.36 0.68
Hex 8F 98 CA 1D 19 0 15 E7 24 44
Octal 217 230 312 35 31 0 25 347 44 104
Binary 10001111 10011000 11001010 11101 11001 0 10101 11100111 100100 1000100

Color Harmonies of #8F98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F98CA

Black with #8F98CA

Text Example


Text Example

White with #8F98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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