Html Css Color HEX #8F9FF8 Portage

📋 copy color: '#8F9FF8'

red 143 ◦ green 159 ◦ blue 248

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

Shades of Portage #8F9FF8

Tints of Portage #8F9FF8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.91%

 BLUE value IS 248 (97.27% from 255) = 45.09%

R = 26%
G = 28.91%
B = 45.09%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8F9FF8 (or 0x8F9FF8) is known color: Portage. HEX triplet: 8F, 9F and F8. RGB value is (143,159,248). Sum of RGB (Red+Green+Blue) = 143+159+248=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F9FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9FF8 is #706007. Grayscale: #A3A3A3. Windows color (decimal): -7364616 or 16293775. OLE color: 16293775.

HSL color Cylindrical-coordinate representation of color #8F9FF8: hue angle of 230.86º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F9FF8 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 143 159 248 -
CMYK 0.42 0.36 0 0.03
HSL 230.86º 0.88% 0.77% -
HSV(B) 230.86º 0.42% 0.97% -
XYZ 40.67 37.41 93.88 -
YUV 164.36 175.2 112.76 -
System Red Green Blue C M Y K H S L
Decimal 143 159 248 0.42 0.36 0 0.03 230.86 0.88 0.77
Hex 8F 9F F8 2A 24 0 3 E7 58 4D
Octal 217 237 370 52 44 0 3 347 130 115
Binary 10001111 10011111 11111000 101010 100100 0 11 11100111 1011000 1001101

Color Harmonies of #8F9FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9FF8

Black with #8F9FF8

Text Example


Text Example

White with #8F9FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,159,248); }

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

background-color css

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

 a { background-color: rgb(143,159,248); }

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

border-color css

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

 span { border-color: rgb(143,159,248); }

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