Html Css Color HEX #8BA1E2 Portage

📋 copy color: '#8BA1E2'

red 139 ◦ green 161 ◦ blue 226

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

Shades of Portage #8BA1E2

Tints of Portage #8BA1E2

RGB

 RED value IS 139 (54.69% from 255) = 26.43%

 GREEN value IS 161 (63.28% from 255) = 30.61%

 BLUE value IS 226 (88.67% from 255) = 42.97%

R = 26.43%
G = 30.61%
B = 42.97%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8BA1E2 (or 0x8BA1E2) is known color: Portage. HEX triplet: 8B, A1 and E2. RGB value is (139,161,226). Sum of RGB (Red+Green+Blue) = 139+161+226=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 226 - color contains mainly: blue. Hex color #8BA1E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA1E2 is #745E1D. Grayscale: #A1A1A1. Windows color (decimal): -7626270 or 14852491. OLE color: 14852491.

HSL color Cylindrical-coordinate representation of color #8BA1E2: hue angle of 224.83º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BA1E2 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 139 161 226 -
CMYK 0.38 0.29 0 0.11
HSL 224.83º 0.6% 0.72% -
HSV(B) 224.83º 0.38% 0.89% -
XYZ 37.12 36.47 77.03 -
YUV 161.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 139 161 226 0.38 0.29 0 0.11 224.83 0.6 0.72
Hex 8B A1 E2 26 1D 0 B E1 3C 48
Octal 213 241 342 46 35 0 13 341 74 110
Binary 10001011 10100001 11100010 100110 11101 0 1011 11100001 111100 1001000

Color Harmonies of #8BA1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA1E2

Black with #8BA1E2

Text Example


Text Example

White with #8BA1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,161,226); }

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

background-color css

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

 a { background-color: rgb(139,161,226); }

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

border-color css

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

 span { border-color: rgb(139,161,226); }

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