Html Css Color HEX #8A9ADC Portage

📋 copy color: '#8A9ADC'

red 138 ◦ green 154 ◦ blue 220

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

Shades of Portage #8A9ADC

Tints of Portage #8A9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.08%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 26.95%
G = 30.08%
B = 42.97%

CMYK

 C value IS 0.37

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A9ADC (or 0x8A9ADC) is known color: Portage. HEX triplet: 8A, 9A and DC. RGB value is (138,154,220). Sum of RGB (Red+Green+Blue) = 138+154+220=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9ADC is #756523. Grayscale: #9C9C9C. Windows color (decimal): -7693604 or 14457482. OLE color: 14457482.

HSL color Cylindrical-coordinate representation of color #8A9ADC: hue angle of 228.29º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A9ADC is Cyan = 0.37, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 154 220 -
CMYK 0.37 0.3 0 0.14
HSL 228.29º 0.54% 0.7% -
HSV(B) 228.29º 0.37% 0.86% -
XYZ 34.96 33.68 72.37 -
YUV 156.74 163.7 114.63 -
System Red Green Blue C M Y K H S L
Decimal 138 154 220 0.37 0.3 0 0.14 228.29 0.54 0.7
Hex 8A 9A DC 25 1E 0 E E4 36 46
Octal 212 232 334 45 36 0 16 344 66 106
Binary 10001010 10011010 11011100 100101 11110 0 1110 11100100 110110 1000110

Color Harmonies of #8A9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9ADC

Black with #8A9ADC

Text Example


Text Example

White with #8A9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,154,220); }

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

background-color css

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

 a { background-color: rgb(138,154,220); }

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

border-color css

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

 span { border-color: rgb(138,154,220); }

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