Html Css Color HEX #889AF9 Portage

📋 copy color: '#889AF9'

red 136 ◦ green 154 ◦ blue 249

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

Shades of Portage #889AF9

Tints of Portage #889AF9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.57%

 BLUE value IS 249 (97.66% from 255) = 46.2%

R = 25.23%
G = 28.57%
B = 46.2%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#889AF9 (or 0x889AF9) is known color: Portage. HEX triplet: 88, 9A and F9. RGB value is (136,154,249). Sum of RGB (Red+Green+Blue) = 136+154+249=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #889AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889AF9 is #776506. Grayscale: #9F9F9F. Windows color (decimal): -7824647 or 16358024. OLE color: 16358024.

HSL color Cylindrical-coordinate representation of color #889AF9: hue angle of 230.44º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #889AF9 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 154 249 -
CMYK 0.45 0.38 0 0.02
HSL 230.44º 0.9% 0.75% -
HSV(B) 230.44º 0.45% 0.98% -
XYZ 38.81 35.19 94.37 -
YUV 159.45 178.54 111.28 -
System Red Green Blue C M Y K H S L
Decimal 136 154 249 0.45 0.38 0 0.02 230.44 0.9 0.75
Hex 88 9A F9 2D 26 0 2 E6 5A 4B
Octal 210 232 371 55 46 0 2 346 132 113
Binary 10001000 10011010 11111001 101101 100110 0 10 11100110 1011010 1001011

Color Harmonies of #889AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889AF9

Black with #889AF9

Text Example


Text Example

White with #889AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,154,249); }

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

background-color css

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

 a { background-color: rgb(136,154,249); }

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

border-color css

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

 span { border-color: rgb(136,154,249); }

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