Html Css Color HEX #899BCE Portage

📋 copy color: '#899BCE'

red 137 ◦ green 155 ◦ blue 206

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

Shades of Portage #899BCE

Tints of Portage #899BCE

RGB

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

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

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

R = 27.51%
G = 31.12%
B = 41.37%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#899BCE (or 0x899BCE) is known color: Portage. HEX triplet: 89, 9B and CE. RGB value is (137,155,206). Sum of RGB (Red+Green+Blue) = 137+155+206=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #899BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BCE is #766431. Grayscale: #9B9B9B. Windows color (decimal): -7758898 or 13540233. OLE color: 13540233.

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

Color convert

RGB 137 155 206 -
CMYK 0.33 0.25 0 0.19
HSL 224.35º 0.41% 0.67% -
HSV(B) 224.35º 0.33% 0.81% -
XYZ 33.18 33.22 63.06 -
YUV 155.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 137 155 206 0.33 0.25 0 0.19 224.35 0.41 0.67
Hex 89 9B CE 21 19 0 13 E0 29 43
Octal 211 233 316 41 31 0 23 340 51 103
Binary 10001001 10011011 11001110 100001 11001 0 10011 11100000 101001 1000011

Color Harmonies of #899BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BCE

Black with #899BCE

Text Example


Text Example

White with #899BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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