Html Css Color HEX #889CD3 Portage

📋 copy color: '#889CD3'

red 136 ◦ green 156 ◦ blue 211

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

Shades of Portage #889CD3

Tints of Portage #889CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.95%

R = 27.04%
G = 31.01%
B = 41.95%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#889CD3 (or 0x889CD3) is known color: Portage. HEX triplet: 88, 9C and D3. RGB value is (136,156,211). Sum of RGB (Red+Green+Blue) = 136+156+211=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #889CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CD3 is #77632C. Grayscale: #9C9C9C. Windows color (decimal): -7824173 or 13868168. OLE color: 13868168.

HSL color Cylindrical-coordinate representation of color #889CD3: hue angle of 224º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #889CD3 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 136 156 211 -
CMYK 0.36 0.26 0 0.17
HSL 224º 0.46% 0.68% -
HSV(B) 224º 0.36% 0.83% -
XYZ 33.8 33.71 66.35 -
YUV 156.29 158.87 113.53 -
System Red Green Blue C M Y K H S L
Decimal 136 156 211 0.36 0.26 0 0.17 224 0.46 0.68
Hex 88 9C D3 24 1A 0 11 E0 2E 44
Octal 210 234 323 44 32 0 21 340 56 104
Binary 10001000 10011100 11010011 100100 11010 0 10001 11100000 101110 1000100

Color Harmonies of #889CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CD3

Black with #889CD3

Text Example


Text Example

White with #889CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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