Html Css Color HEX #8A9FDE Portage

📋 copy color: '#8A9FDE'

red 138 ◦ green 159 ◦ blue 222

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

Shades of Portage #8A9FDE

Tints of Portage #8A9FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.64%

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 26.59%
G = 30.64%
B = 42.77%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A9FDE (or 0x8A9FDE) is known color: Portage. HEX triplet: 8A, 9F and DE. RGB value is (138,159,222). Sum of RGB (Red+Green+Blue) = 138+159+222=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FDE is #756021. Grayscale: #9F9F9F. Windows color (decimal): -7692322 or 14589834. OLE color: 14589834.

HSL color Cylindrical-coordinate representation of color #8A9FDE: hue angle of 225º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A9FDE is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 159 222 -
CMYK 0.38 0.28 0 0.13
HSL 225º 0.56% 0.71% -
HSV(B) 225º 0.38% 0.87% -
XYZ 36.06 35.47 74.05 -
YUV 159.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 138 159 222 0.38 0.28 0 0.13 225 0.56 0.71
Hex 8A 9F DE 26 1C 0 D E1 38 47
Octal 212 237 336 46 34 0 15 341 70 107
Binary 10001010 10011111 11011110 100110 11100 0 1101 11100001 111000 1000111

Color Harmonies of #8A9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9FDE

Black with #8A9FDE

Text Example


Text Example

White with #8A9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,159,222); }

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

background-color css

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

 a { background-color: rgb(138,159,222); }

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

border-color css

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

 span { border-color: rgb(138,159,222); }

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