Html Css Color HEX #889CD0 Portage

📋 copy color: '#889CD0'

red 136 ◦ green 156 ◦ blue 208

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

Shades of Portage #889CD0

Tints of Portage #889CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 27.2%
G = 31.2%
B = 41.6%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#889CD0 (or 0x889CD0) is known color: Portage. HEX triplet: 88, 9C and D0. RGB value is (136,156,208). Sum of RGB (Red+Green+Blue) = 136+156+208=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #889CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CD0 is #77632F. Grayscale: #9B9B9B. Windows color (decimal): -7824176 or 13671560. OLE color: 13671560.

HSL color Cylindrical-coordinate representation of color #889CD0: hue angle of 223.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #889CD0 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 156 208 -
CMYK 0.35 0.25 0 0.18
HSL 223.33º 0.43% 0.67% -
HSV(B) 223.33º 0.35% 0.82% -
XYZ 33.43 33.57 64.39 -
YUV 155.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 136 156 208 0.35 0.25 0 0.18 223.33 0.43 0.67
Hex 88 9C D0 23 19 0 12 DF 2B 43
Octal 210 234 320 43 31 0 22 337 53 103
Binary 10001000 10011100 11010000 100011 11001 0 10010 11011111 101011 1000011

Color Harmonies of #889CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CD0

Black with #889CD0

Text Example


Text Example

White with #889CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,156,208); }

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

background-color css

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

 a { background-color: rgb(136,156,208); }

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

border-color css

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

 span { border-color: rgb(136,156,208); }

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