Html Css Color HEX #8F9EEB Portage

📋 copy color: '#8F9EEB'

red 143 ◦ green 158 ◦ blue 235

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

Shades of Portage #8F9EEB

Tints of Portage #8F9EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.48%

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

R = 26.68%
G = 29.48%
B = 43.84%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F9EEB (or 0x8F9EEB) is known color: Portage. HEX triplet: 8F, 9E and EB. RGB value is (143,158,235). Sum of RGB (Red+Green+Blue) = 143+158+235=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F9EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9EEB is #706114. Grayscale: #A1A1A1. Windows color (decimal): -7364885 or 15441551. OLE color: 15441551.

HSL color Cylindrical-coordinate representation of color #8F9EEB: hue angle of 230.22º 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 #8F9EEB is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 158 235 -
CMYK 0.39 0.33 0 0.08
HSL 230.22º 0.7% 0.74% -
HSV(B) 230.22º 0.39% 0.92% -
XYZ 38.55 36.29 83.57 -
YUV 162.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 143 158 235 0.39 0.33 0 0.08 230.22 0.7 0.74
Hex 8F 9E EB 27 21 0 8 E6 46 4A
Octal 217 236 353 47 41 0 10 346 106 112
Binary 10001111 10011110 11101011 100111 100001 0 1000 11100110 1000110 1001010

Color Harmonies of #8F9EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9EEB

Black with #8F9EEB

Text Example


Text Example

White with #8F9EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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