Html Css Color HEX #8A9CCD Portage

📋 copy color: '#8A9CCD'

red 138 ◦ green 156 ◦ blue 205

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

Shades of Portage #8A9CCD

Tints of Portage #8A9CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.26%

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 27.66%
G = 31.26%
B = 41.08%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A9CCD (or 0x8A9CCD) is known color: Portage. HEX triplet: 8A, 9C and CD. RGB value is (138,156,205). Sum of RGB (Red+Green+Blue) = 138+156+205=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9CCD is #756332. Grayscale: #9B9B9B. Windows color (decimal): -7693107 or 13474954. OLE color: 13474954.

HSL color Cylindrical-coordinate representation of color #8A9CCD: hue angle of 223.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A9CCD is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 156 205 -
CMYK 0.33 0.24 0 0.20
HSL 223.88º 0.4% 0.67% -
HSV(B) 223.88º 0.33% 0.8% -
XYZ 33.39 33.59 62.48 -
YUV 156.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 138 156 205 0.33 0.24 0 0.20 223.88 0.4 0.67
Hex 8A 9C CD 21 18 0 14 E0 28 43
Octal 212 234 315 41 30 0 24 340 50 103
Binary 10001010 10011100 11001101 100001 11000 0 10100 11100000 101000 1000011

Color Harmonies of #8A9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9CCD

Black with #8A9CCD

Text Example


Text Example

White with #8A9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,156,205); }

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

background-color css

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

 a { background-color: rgb(138,156,205); }

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

border-color css

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

 span { border-color: rgb(138,156,205); }

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