Html Css Color HEX #8BA2EB Portage

📋 copy color: '#8BA2EB'

red 139 ◦ green 162 ◦ blue 235

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

Shades of Portage #8BA2EB

Tints of Portage #8BA2EB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.22%

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

R = 25.93%
G = 30.22%
B = 43.84%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8BA2EB (or 0x8BA2EB) is known color: Portage. HEX triplet: 8B, A2 and EB. RGB value is (139,162,235). Sum of RGB (Red+Green+Blue) = 139+162+235=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 162 (63.67% from 255 or 30.22% 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 #8BA2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA2EB is #745D14. Grayscale: #A3A3A3. Windows color (decimal): -7626005 or 15442571. OLE color: 15442571.

HSL color Cylindrical-coordinate representation of color #8BA2EB: hue angle of 225.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BA2EB is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 162 235 -
CMYK 0.41 0.31 0 0.08
HSL 225.63º 0.71% 0.73% -
HSV(B) 225.63º 0.41% 0.92% -
XYZ 38.56 37.33 83.77 -
YUV 163.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 139 162 235 0.41 0.31 0 0.08 225.63 0.71 0.73
Hex 8B A2 EB 29 1F 0 8 E2 47 49
Octal 213 242 353 51 37 0 10 342 107 111
Binary 10001011 10100010 11101011 101001 11111 0 1000 11100010 1000111 1001001

Color Harmonies of #8BA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA2EB

Black with #8BA2EB

Text Example


Text Example

White with #8BA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,162,235); }

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

background-color css

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

 a { background-color: rgb(139,162,235); }

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

border-color css

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

 span { border-color: rgb(139,162,235); }

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