Html Css Color HEX #889CFF Portage

📋 copy color: '#889CFF'

red 136 ◦ green 156 ◦ blue 255

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

Shades of Portage #889CFF

Tints of Portage #889CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.62%

R = 24.86%
G = 28.52%
B = 46.62%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#889CFF (or 0x889CFF) is known color: Portage. HEX triplet: 88, 9C and FF. RGB value is (136,156,255). Sum of RGB (Red+Green+Blue) = 136+156+255=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #889CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CFF is #776300. Grayscale: #A0A0A0. Windows color (decimal): -7824129 or 16751752. OLE color: 16751752.

HSL color Cylindrical-coordinate representation of color #889CFF: hue angle of 229.92º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #889CFF is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 156 255 -
CMYK 0.47 0.39 0 0
HSL 229.92º 1% 0.77% -
HSV(B) 229.92º 0.47% 1% -
XYZ 40.09 36.23 99.49 -
YUV 161.31 180.87 109.95 -
System Red Green Blue C M Y K H S L
Decimal 136 156 255 0.47 0.39 0 0 229.92 1 0.77
Hex 88 9C FF 2F 27 0 0 E6 64 4D
Octal 210 234 377 57 47 0 0 346 144 115
Binary 10001000 10011100 11111111 101111 100111 0 0 11100110 1100100 1001101

Color Harmonies of #889CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CFF

Black with #889CFF

Text Example


Text Example

White with #889CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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