Html Css Color HEX #899CEC Portage

📋 copy color: '#899CEC'

red 137 ◦ green 156 ◦ blue 236

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

Shades of Portage #899CEC

Tints of Portage #899CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 25.9%
G = 29.49%
B = 44.61%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#899CEC (or 0x899CEC) is known color: Portage. HEX triplet: 89, 9C and EC. RGB value is (137,156,236). Sum of RGB (Red+Green+Blue) = 137+156+236=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #899CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899CEC is #766313. Grayscale: #9F9F9F. Windows color (decimal): -7758612 or 15506569. OLE color: 15506569.

HSL color Cylindrical-coordinate representation of color #899CEC: hue angle of 228.48º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899CEC is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 156 236 -
CMYK 0.42 0.34 0 0.07
HSL 228.48º 0.72% 0.73% -
HSV(B) 228.48º 0.42% 0.93% -
XYZ 37.35 35.15 84.17 -
YUV 159.44 171.21 112 -
System Red Green Blue C M Y K H S L
Decimal 137 156 236 0.42 0.34 0 0.07 228.48 0.72 0.73
Hex 89 9C EC 2A 22 0 7 E4 48 49
Octal 211 234 354 52 42 0 7 344 110 111
Binary 10001001 10011100 11101100 101010 100010 0 111 11100100 1001000 1001001

Color Harmonies of #899CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CEC

Black with #899CEC

Text Example


Text Example

White with #899CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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