Html Css Color HEX #8A9BE1 Portage

📋 copy color: '#8A9BE1'

red 138 ◦ green 155 ◦ blue 225

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

Shades of Portage #8A9BE1

Tints of Portage #8A9BE1

RGB

 RED value IS 138 (54.3% from 255) = 26.64%

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

 BLUE value IS 225 (88.28% from 255) = 43.44%

R = 26.64%
G = 29.92%
B = 43.44%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8A9BE1 (or 0x8A9BE1) is known color: Portage. HEX triplet: 8A, 9B and E1. RGB value is (138,155,225). Sum of RGB (Red+Green+Blue) = 138+155+225=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #8A9BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BE1 is #75641E. Grayscale: #9D9D9D. Windows color (decimal): -7693343 or 14785418. OLE color: 14785418.

HSL color Cylindrical-coordinate representation of color #8A9BE1: hue angle of 228.28º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A9BE1 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 138 155 225 -
CMYK 0.39 0.31 0 0.12
HSL 228.28º 0.59% 0.71% -
HSV(B) 228.28º 0.39% 0.88% -
XYZ 35.79 34.28 75.96 -
YUV 157.9 165.87 113.81 -
System Red Green Blue C M Y K H S L
Decimal 138 155 225 0.39 0.31 0 0.12 228.28 0.59 0.71
Hex 8A 9B E1 27 1F 0 C E4 3B 47
Octal 212 233 341 47 37 0 14 344 73 107
Binary 10001010 10011011 11100001 100111 11111 0 1100 11100100 111011 1000111

Color Harmonies of #8A9BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9BE1

Black with #8A9BE1

Text Example


Text Example

White with #8A9BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,155,225); }

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

background-color css

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

 a { background-color: rgb(138,155,225); }

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

border-color css

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

 span { border-color: rgb(138,155,225); }

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