Html Css Color HEX #8A97CB Portage

📋 copy color: '#8A97CB'

red 138 ◦ green 151 ◦ blue 203

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

Shades of Portage #8A97CB

Tints of Portage #8A97CB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.69%

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

R = 28.05%
G = 30.69%
B = 41.26%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A97CB (or 0x8A97CB) is known color: Portage. HEX triplet: 8A, 97 and CB. RGB value is (138,151,203). Sum of RGB (Red+Green+Blue) = 138+151+203=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A97CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A97CB is #756834. Grayscale: #989898. Windows color (decimal): -7694389 or 13342602. OLE color: 13342602.

HSL color Cylindrical-coordinate representation of color #8A97CB: hue angle of 228º 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 #8A97CB is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 151 203 -
CMYK 0.32 0.26 0 0.20
HSL 228º 0.38% 0.67% -
HSV(B) 228º 0.32% 0.8% -
XYZ 32.33 31.85 60.94 -
YUV 153.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 138 151 203 0.32 0.26 0 0.20 228 0.38 0.67
Hex 8A 97 CB 20 1A 0 14 E4 26 43
Octal 212 227 313 40 32 0 24 344 46 103
Binary 10001010 10010111 11001011 100000 11010 0 10100 11100100 100110 1000011

Color Harmonies of #8A97CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A97CB

Black with #8A97CB

Text Example


Text Example

White with #8A97CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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