Html Css Color HEX #889EDF Portage

📋 copy color: '#889EDF'

red 136 ◦ green 158 ◦ blue 223

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

Shades of Portage #889EDF

Tints of Portage #889EDF

RGB

 RED value IS 136 (53.52% from 255) = 26.31%

 GREEN value IS 158 (62.11% from 255) = 30.56%

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 26.31%
G = 30.56%
B = 43.13%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#889EDF (or 0x889EDF) is known color: Portage. HEX triplet: 88, 9E and DF. RGB value is (136,158,223). Sum of RGB (Red+Green+Blue) = 136+158+223=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #889EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EDF is #776120. Grayscale: #9E9E9E. Windows color (decimal): -7823649 or 14655112. OLE color: 14655112.

HSL color Cylindrical-coordinate representation of color #889EDF: hue angle of 224.83º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #889EDF is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 158 223 -
CMYK 0.39 0.29 0 0.13
HSL 224.83º 0.58% 0.7% -
HSV(B) 224.83º 0.39% 0.87% -
XYZ 35.7 35.02 74.69 -
YUV 158.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 136 158 223 0.39 0.29 0 0.13 224.83 0.58 0.7
Hex 88 9E DF 27 1D 0 D E1 3A 46
Octal 210 236 337 47 35 0 15 341 72 106
Binary 10001000 10011110 11011111 100111 11101 0 1101 11100001 111010 1000110

Color Harmonies of #889EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EDF

Black with #889EDF

Text Example


Text Example

White with #889EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889EDF; }

 p { color: rgb(136,158,223); }

 H1.HeaderClassName
 {
   color: #889EDF;
 }
 .AnyTagClassName
 {
   color: #889EDF;
 }
</style>

background-color css

<style>
 a { background-color: #889EDF; }

 a { background-color: rgb(136,158,223); }

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

border-color css

<style>
 span { border-color: #889EDF; }

 span { border-color: rgb(136,158,223); }

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