Html Css Color HEX #899CE6 Portage

📋 copy color: '#899CE6'

red 137 ◦ green 156 ◦ blue 230

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

Shades of Portage #899CE6

Tints of Portage #899CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.98%

R = 26.2%
G = 29.83%
B = 43.98%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#899CE6 (or 0x899CE6) is known color: Portage. HEX triplet: 89, 9C and E6. RGB value is (137,156,230). Sum of RGB (Red+Green+Blue) = 137+156+230=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #899CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899CE6 is #766319. Grayscale: #9E9E9E. Windows color (decimal): -7758618 or 15113353. OLE color: 15113353.

HSL color Cylindrical-coordinate representation of color #899CE6: hue angle of 227.74º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899CE6 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 156 230 -
CMYK 0.40 0.32 0 0.10
HSL 227.74º 0.65% 0.72% -
HSV(B) 227.74º 0.4% 0.9% -
XYZ 36.49 34.81 79.66 -
YUV 158.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 137 156 230 0.40 0.32 0 0.10 227.74 0.65 0.72
Hex 89 9C E6 28 20 0 A E4 41 48
Octal 211 234 346 50 40 0 12 344 101 110
Binary 10001001 10011100 11100110 101000 100000 0 1010 11100100 1000001 1001000

Color Harmonies of #899CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CE6

Black with #899CE6

Text Example


Text Example

White with #899CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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