Html Css Color HEX #889FDF Portage

📋 copy color: '#889FDF'

red 136 ◦ green 159 ◦ blue 223

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

Shades of Portage #889FDF

Tints of Portage #889FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

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

R = 26.25%
G = 30.69%
B = 43.05%

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

#889FDF (or 0x889FDF) is known color: Portage. HEX triplet: 88, 9F and DF. RGB value is (136,159,223). Sum of RGB (Red+Green+Blue) = 136+159+223=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #889FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FDF is #776020. Grayscale: #9F9F9F. Windows color (decimal): -7823393 or 14655368. OLE color: 14655368.

HSL color Cylindrical-coordinate representation of color #889FDF: hue angle of 224.14º 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 #889FDF is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 159 223 -
CMYK 0.39 0.29 0 0.13
HSL 224.14º 0.58% 0.7% -
HSV(B) 224.14º 0.39% 0.87% -
XYZ 35.87 35.36 74.75 -
YUV 159.42 163.88 111.3 -
System Red Green Blue C M Y K H S L
Decimal 136 159 223 0.39 0.29 0 0.13 224.14 0.58 0.7
Hex 88 9F DF 27 1D 0 D E0 3A 46
Octal 210 237 337 47 35 0 15 340 72 106
Binary 10001000 10011111 11011111 100111 11101 0 1101 11100000 111010 1000110

Color Harmonies of #889FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FDF

Black with #889FDF

Text Example


Text Example

White with #889FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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