Html Css Color HEX #8F9FEB Portage

📋 copy color: '#8F9FEB'

red 143 ◦ green 159 ◦ blue 235

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

Shades of Portage #8F9FEB

Tints of Portage #8F9FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 26.63%
G = 29.61%
B = 43.76%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F9FEB (or 0x8F9FEB) is known color: Portage. HEX triplet: 8F, 9F and EB. RGB value is (143,159,235). Sum of RGB (Red+Green+Blue) = 143+159+235=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9FEB is #706014. Grayscale: #A2A2A2. Windows color (decimal): -7364629 or 15441807. OLE color: 15441807.

HSL color Cylindrical-coordinate representation of color #8F9FEB: hue angle of 229.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F9FEB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 159 235 -
CMYK 0.39 0.32 0 0.08
HSL 229.57º 0.7% 0.74% -
HSV(B) 229.57º 0.39% 0.92% -
XYZ 38.72 36.63 83.63 -
YUV 162.88 168.7 113.82 -
System Red Green Blue C M Y K H S L
Decimal 143 159 235 0.39 0.32 0 0.08 229.57 0.7 0.74
Hex 8F 9F EB 27 20 0 8 E6 46 4A
Octal 217 237 353 47 40 0 10 346 106 112
Binary 10001111 10011111 11101011 100111 100000 0 1000 11100110 1000110 1001010

Color Harmonies of #8F9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9FEB

Black with #8F9FEB

Text Example


Text Example

White with #8F9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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