Html Css Color HEX #8BA4EB Portage

📋 copy color: '#8BA4EB'

red 139 ◦ green 164 ◦ blue 235

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

Shades of Portage #8BA4EB

Tints of Portage #8BA4EB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.48%

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

R = 25.84%
G = 30.48%
B = 43.68%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8BA4EB (or 0x8BA4EB) is known color: Portage. HEX triplet: 8B, A4 and EB. RGB value is (139,164,235). Sum of RGB (Red+Green+Blue) = 139+164+235=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BA4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA4EB is #745B14. Grayscale: #A4A4A4. Windows color (decimal): -7625493 or 15443083. OLE color: 15443083.

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

Color convert

RGB 139 164 235 -
CMYK 0.41 0.30 0 0.08
HSL 224.38º 0.71% 0.73% -
HSV(B) 224.38º 0.41% 0.92% -
XYZ 38.92 38.04 83.89 -
YUV 164.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 139 164 235 0.41 0.30 0 0.08 224.38 0.71 0.73
Hex 8B A4 EB 29 1E 0 8 E0 47 49
Octal 213 244 353 51 36 0 10 340 107 111
Binary 10001011 10100100 11101011 101001 11110 0 1000 11100000 1000111 1001001

Color Harmonies of #8BA4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA4EB

Black with #8BA4EB

Text Example


Text Example

White with #8BA4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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