Html Css Color HEX #899DEB Portage

📋 copy color: '#899DEB'

red 137 ◦ green 157 ◦ blue 235

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

Shades of Portage #899DEB

Tints of Portage #899DEB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.68%

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 25.9%
G = 29.68%
B = 44.42%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#899DEB (or 0x899DEB) is known color: Portage. HEX triplet: 89, 9D and EB. RGB value is (137,157,235). Sum of RGB (Red+Green+Blue) = 137+157+235=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #899DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899DEB is #766214. Grayscale: #9F9F9F. Windows color (decimal): -7758357 or 15441289. OLE color: 15441289.

HSL color Cylindrical-coordinate representation of color #899DEB: hue angle of 227.76º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899DEB is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 157 235 -
CMYK 0.42 0.33 0 0.08
HSL 227.76º 0.71% 0.73% -
HSV(B) 227.76º 0.42% 0.92% -
XYZ 37.37 35.43 83.47 -
YUV 159.91 170.37 111.66 -
System Red Green Blue C M Y K H S L
Decimal 137 157 235 0.42 0.33 0 0.08 227.76 0.71 0.73
Hex 89 9D EB 2A 21 0 8 E4 47 49
Octal 211 235 353 52 41 0 10 344 107 111
Binary 10001001 10011101 11101011 101010 100001 0 1000 11100100 1000111 1001001

Color Harmonies of #899DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899DEB

Black with #899DEB

Text Example


Text Example

White with #899DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,157,235); }

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

background-color css

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

 a { background-color: rgb(137,157,235); }

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

border-color css

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

 span { border-color: rgb(137,157,235); }

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