Html Css Color HEX #889FF6 Portage

📋 copy color: '#889FF6'

red 136 ◦ green 159 ◦ blue 246

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

Shades of Portage #889FF6

Tints of Portage #889FF6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.39%

 BLUE value IS 246 (96.48% from 255) = 45.47%

R = 25.14%
G = 29.39%
B = 45.47%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#889FF6 (or 0x889FF6) is known color: Portage. HEX triplet: 88, 9F and F6. RGB value is (136,159,246). Sum of RGB (Red+Green+Blue) = 136+159+246=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #889FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889FF6 is #776009. Grayscale: #A1A1A1. Windows color (decimal): -7823370 or 16162696. OLE color: 16162696.

HSL color Cylindrical-coordinate representation of color #889FF6: hue angle of 227.45º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #889FF6 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 136 159 246 -
CMYK 0.45 0.35 0 0.04
HSL 227.45º 0.86% 0.75% -
HSV(B) 227.45º 0.45% 0.96% -
XYZ 39.19 36.68 92.2 -
YUV 162.04 175.38 109.43 -
System Red Green Blue C M Y K H S L
Decimal 136 159 246 0.45 0.35 0 0.04 227.45 0.86 0.75
Hex 88 9F F6 2D 23 0 4 E3 56 4B
Octal 210 237 366 55 43 0 4 343 126 113
Binary 10001000 10011111 11110110 101101 100011 0 100 11100011 1010110 1001011

Color Harmonies of #889FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FF6

Black with #889FF6

Text Example


Text Example

White with #889FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,159,246); }

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

background-color css

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

 a { background-color: rgb(136,159,246); }

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

border-color css

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

 span { border-color: rgb(136,159,246); }

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