Html Css Color HEX #899CCE Portage

📋 copy color: '#899CCE'

red 137 ◦ green 156 ◦ blue 206

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

Shades of Portage #899CCE

Tints of Portage #899CCE

RGB

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

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

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

R = 27.45%
G = 31.26%
B = 41.28%

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

#899CCE (or 0x899CCE) is known color: Portage. HEX triplet: 89, 9C and CE. RGB value is (137,156,206). Sum of RGB (Red+Green+Blue) = 137+156+206=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #899CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CCE is #766331. Grayscale: #9B9B9B. Windows color (decimal): -7758642 or 13540489. OLE color: 13540489.

HSL color Cylindrical-coordinate representation of color #899CCE: hue angle of 223.48º 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 #899CCE is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 156 206 -
CMYK 0.33 0.24 0 0.19
HSL 223.48º 0.41% 0.67% -
HSV(B) 223.48º 0.33% 0.81% -
XYZ 33.35 33.55 63.11 -
YUV 156.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 137 156 206 0.33 0.24 0 0.19 223.48 0.41 0.67
Hex 89 9C CE 21 18 0 13 DF 29 43
Octal 211 234 316 41 30 0 23 337 51 103
Binary 10001001 10011100 11001110 100001 11000 0 10011 11011111 101001 1000011

Color Harmonies of #899CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CCE

Black with #899CCE

Text Example


Text Example

White with #899CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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