Html Css Color HEX #889CCF Portage

📋 copy color: '#889CCF'

red 136 ◦ green 156 ◦ blue 207

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

Shades of Portage #889CCF

Tints of Portage #889CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 27.25%
G = 31.26%
B = 41.48%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#889CCF (or 0x889CCF) is known color: Portage. HEX triplet: 88, 9C and CF. RGB value is (136,156,207). Sum of RGB (Red+Green+Blue) = 136+156+207=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #889CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CCF is #776330. Grayscale: #9B9B9B. Windows color (decimal): -7824177 or 13606024. OLE color: 13606024.

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

Color convert

RGB 136 156 207 -
CMYK 0.34 0.25 0 0.19
HSL 223.1º 0.43% 0.67% -
HSV(B) 223.1º 0.34% 0.81% -
XYZ 33.3 33.52 63.75 -
YUV 155.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 136 156 207 0.34 0.25 0 0.19 223.1 0.43 0.67
Hex 88 9C CF 22 19 0 13 DF 2B 43
Octal 210 234 317 42 31 0 23 337 53 103
Binary 10001000 10011100 11001111 100010 11001 0 10011 11011111 101011 1000011

Color Harmonies of #889CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CCF

Black with #889CCF

Text Example


Text Example

White with #889CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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