Html Css Color HEX #899ADE Portage

📋 copy color: '#899ADE'

red 137 ◦ green 154 ◦ blue 222

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

Shades of Portage #899ADE

Tints of Portage #899ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

 BLUE value IS 222 (87.11% from 255) = 43.27%

R = 26.71%
G = 30.02%
B = 43.27%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#899ADE (or 0x899ADE) is known color: Portage. HEX triplet: 89, 9A and DE. RGB value is (137,154,222). Sum of RGB (Red+Green+Blue) = 137+154+222=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #899ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ADE is #766521. Grayscale: #9C9C9C. Windows color (decimal): -7759138 or 14588553. OLE color: 14588553.

HSL color Cylindrical-coordinate representation of color #899ADE: hue angle of 228º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #899ADE is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 154 222 -
CMYK 0.38 0.31 0 0.13
HSL 228º 0.56% 0.7% -
HSV(B) 228º 0.38% 0.87% -
XYZ 35.06 33.7 73.76 -
YUV 156.67 164.87 113.97 -
System Red Green Blue C M Y K H S L
Decimal 137 154 222 0.38 0.31 0 0.13 228 0.56 0.7
Hex 89 9A DE 26 1F 0 D E4 38 46
Octal 211 232 336 46 37 0 15 344 70 106
Binary 10001001 10011010 11011110 100110 11111 0 1101 11100100 111000 1000110

Color Harmonies of #899ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899ADE

Black with #899ADE

Text Example


Text Example

White with #899ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,154,222); }

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

background-color css

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

 a { background-color: rgb(137,154,222); }

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

border-color css

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

 span { border-color: rgb(137,154,222); }

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