Html Css Color HEX #899BCA Portage

📋 copy color: '#899BCA'

red 137 ◦ green 155 ◦ blue 202

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

Shades of Portage #899BCA

Tints of Portage #899BCA

RGB

 RED value IS 137 (53.91% from 255) = 27.73%

 GREEN value IS 155 (60.94% from 255) = 31.38%

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 27.73%
G = 31.38%
B = 40.89%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#899BCA (or 0x899BCA) is known color: Portage. HEX triplet: 89, 9B and CA. RGB value is (137,155,202). Sum of RGB (Red+Green+Blue) = 137+155+202=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #899BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BCA is #766435. Grayscale: #9A9A9A. Windows color (decimal): -7758902 or 13278089. OLE color: 13278089.

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

Color convert

RGB 137 155 202 -
CMYK 0.32 0.23 0 0.21
HSL 223.38º 0.38% 0.66% -
HSV(B) 223.38º 0.32% 0.79% -
XYZ 32.7 33.03 60.53 -
YUV 154.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 137 155 202 0.32 0.23 0 0.21 223.38 0.38 0.66
Hex 89 9B CA 20 17 0 15 DF 26 42
Octal 211 233 312 40 27 0 25 337 46 102
Binary 10001001 10011011 11001010 100000 10111 0 10101 11011111 100110 1000010

Color Harmonies of #899BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BCA

Black with #899BCA

Text Example


Text Example

White with #899BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899BCA; }

 p { color: rgb(137,155,202); }

 H1.HeaderClassName
 {
   color: #899BCA;
 }
 .AnyTagClassName
 {
   color: #899BCA;
 }
</style>

background-color css

<style>
 a { background-color: #899BCA; }

 a { background-color: rgb(137,155,202); }

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

border-color css

<style>
 span { border-color: #899BCA; }

 span { border-color: rgb(137,155,202); }

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