Html Css Color HEX #8A9CCE Portage

📋 copy color: '#8A9CCE'

red 138 ◦ green 156 ◦ blue 206

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

Shades of Portage #8A9CCE

Tints of Portage #8A9CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 27.6%
G = 31.2%
B = 41.2%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A9CCE (or 0x8A9CCE) is known color: Portage. HEX triplet: 8A, 9C and CE. RGB value is (138,156,206). Sum of RGB (Red+Green+Blue) = 138+156+206=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9CCE is #756331. Grayscale: #9C9C9C. Windows color (decimal): -7693106 or 13540490. OLE color: 13540490.

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

Color convert

RGB 138 156 206 -
CMYK 0.33 0.24 0 0.19
HSL 224.12º 0.41% 0.67% -
HSV(B) 224.12º 0.33% 0.81% -
XYZ 33.51 33.64 63.12 -
YUV 156.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 138 156 206 0.33 0.24 0 0.19 224.12 0.41 0.67
Hex 8A 9C CE 21 18 0 13 E0 29 43
Octal 212 234 316 41 30 0 23 340 51 103
Binary 10001010 10011100 11001110 100001 11000 0 10011 11100000 101001 1000011

Color Harmonies of #8A9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9CCE

Black with #8A9CCE

Text Example


Text Example

White with #8A9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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