Html Css Color HEX #8A9BED Portage

📋 copy color: '#8A9BED'

red 138 ◦ green 155 ◦ blue 237

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

Shades of Portage #8A9BED

Tints of Portage #8A9BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 26.04%
G = 29.25%
B = 44.72%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A9BED (or 0x8A9BED) is known color: Portage. HEX triplet: 8A, 9B and ED. RGB value is (138,155,237). Sum of RGB (Red+Green+Blue) = 138+155+237=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A9BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9BED is #756412. Grayscale: #9E9E9E. Windows color (decimal): -7693331 or 15571850. OLE color: 15571850.

HSL color Cylindrical-coordinate representation of color #8A9BED: hue angle of 229.7º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A9BED is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 155 237 -
CMYK 0.42 0.35 0 0.07
HSL 229.7º 0.73% 0.74% -
HSV(B) 229.7º 0.42% 0.93% -
XYZ 37.49 34.96 84.89 -
YUV 159.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 138 155 237 0.42 0.35 0 0.07 229.7 0.73 0.74
Hex 8A 9B ED 2A 23 0 7 E6 49 4A
Octal 212 233 355 52 43 0 7 346 111 112
Binary 10001010 10011011 11101101 101010 100011 0 111 11100110 1001001 1001010

Color Harmonies of #8A9BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9BED

Black with #8A9BED

Text Example


Text Example

White with #8A9BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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