Html Css Color HEX #8889CF Portage

📋 copy color: '#8889CF'

red 136 ◦ green 137 ◦ blue 207

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

Shades of Portage #8889CF

Tints of Portage #8889CF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.54%

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

R = 28.33%
G = 28.54%
B = 43.13%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8889CF (or 0x8889CF) is known color: Portage. HEX triplet: 88, 89 and CF. RGB value is (136,137,207). Sum of RGB (Red+Green+Blue) = 136+137+207=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #8889CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8889CF is #777630. Grayscale: #909090. Windows color (decimal): -7829041 or 13601160. OLE color: 13601160.

HSL color Cylindrical-coordinate representation of color #8889CF: hue angle of 239.15º 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 #8889CF is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 137 207 -
CMYK 0.34 0.34 0 0.19
HSL 239.15º 0.43% 0.67% -
HSV(B) 239.15º 0.34% 0.81% -
XYZ 30.36 27.63 62.76 -
YUV 144.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 136 137 207 0.34 0.34 0 0.19 239.15 0.43 0.67
Hex 88 89 CF 22 22 0 13 EF 2B 43
Octal 210 211 317 42 42 0 23 357 53 103
Binary 10001000 10001001 11001111 100010 100010 0 10011 11101111 101011 1000011

Color Harmonies of #8889CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8889CF

Black with #8889CF

Text Example


Text Example

White with #8889CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8889CF; }

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

 H1.HeaderClassName
 {
   color: #8889CF;
 }
 .AnyTagClassName
 {
   color: #8889CF;
 }
</style>

background-color css

<style>
 a { background-color: #8889CF; }

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

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

border-color css

<style>
 span { border-color: #8889CF; }

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

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