Html Css Color HEX #8F9BEB Portage

📋 copy color: '#8F9BEB'

red 143 ◦ green 155 ◦ blue 235

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

Shades of Portage #8F9BEB

Tints of Portage #8F9BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.08%

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

R = 26.83%
G = 29.08%
B = 44.09%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F9BEB (or 0x8F9BEB) is known color: Portage. HEX triplet: 8F, 9B and EB. RGB value is (143,155,235). Sum of RGB (Red+Green+Blue) = 143+155+235=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F9BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9BEB is #706414. Grayscale: #A0A0A0. Windows color (decimal): -7365653 or 15440783. OLE color: 15440783.

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

Color convert

RGB 143 155 235 -
CMYK 0.39 0.34 0 0.08
HSL 232.17º 0.7% 0.74% -
HSV(B) 232.17º 0.39% 0.92% -
XYZ 38.04 35.28 83.4 -
YUV 160.53 170.02 115.5 -
System Red Green Blue C M Y K H S L
Decimal 143 155 235 0.39 0.34 0 0.08 232.17 0.7 0.74
Hex 8F 9B EB 27 22 0 8 E8 46 4A
Octal 217 233 353 47 42 0 10 350 106 112
Binary 10001111 10011011 11101011 100111 100010 0 1000 11101000 1000110 1001010

Color Harmonies of #8F9BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BEB

Black with #8F9BEB

Text Example


Text Example

White with #8F9BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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