Html Css Color HEX #8A9CCB Portage

📋 copy color: '#8A9CCB'

red 138 ◦ green 156 ◦ blue 203

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

Shades of Portage #8A9CCB

Tints of Portage #8A9CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 27.77%
G = 31.39%
B = 40.85%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A9CCB (or 0x8A9CCB) is known color: Portage. HEX triplet: 8A, 9C and CB. RGB value is (138,156,203). Sum of RGB (Red+Green+Blue) = 138+156+203=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9CCB is #756334. Grayscale: #9B9B9B. Windows color (decimal): -7693109 or 13343882. OLE color: 13343882.

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

Color convert

RGB 138 156 203 -
CMYK 0.32 0.23 0 0.20
HSL 223.38º 0.38% 0.67% -
HSV(B) 223.38º 0.32% 0.8% -
XYZ 33.15 33.49 61.22 -
YUV 155.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 138 156 203 0.32 0.23 0 0.20 223.38 0.38 0.67
Hex 8A 9C CB 20 17 0 14 DF 26 43
Octal 212 234 313 40 27 0 24 337 46 103
Binary 10001010 10011100 11001011 100000 10111 0 10100 11011111 100110 1000011

Color Harmonies of #8A9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9CCB

Black with #8A9CCB

Text Example


Text Example

White with #8A9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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