Html Css Color HEX #8F98CF Portage

📋 copy color: '#8F98CF'

red 143 ◦ green 152 ◦ blue 207

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

Shades of Portage #8F98CF

Tints of Portage #8F98CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 28.49%
G = 30.28%
B = 41.24%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F98CF (or 0x8F98CF) is known color: Portage. HEX triplet: 8F, 98 and CF. RGB value is (143,152,207). Sum of RGB (Red+Green+Blue) = 143+152+207=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F98CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F98CF is #706730. Grayscale: #9B9B9B. Windows color (decimal): -7366449 or 13605007. OLE color: 13605007.

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

Color convert

RGB 143 152 207 -
CMYK 0.31 0.27 0 0.19
HSL 231.56º 0.4% 0.69% -
HSV(B) 231.56º 0.31% 0.81% -
XYZ 33.82 32.8 63.58 -
YUV 155.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 143 152 207 0.31 0.27 0 0.19 231.56 0.4 0.69
Hex 8F 98 CF 1F 1B 0 13 E8 28 45
Octal 217 230 317 37 33 0 23 350 50 105
Binary 10001111 10011000 11001111 11111 11011 0 10011 11101000 101000 1000101

Color Harmonies of #8F98CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F98CF

Black with #8F98CF

Text Example


Text Example

White with #8F98CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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