Html Css Color HEX #889DFB Portage

📋 copy color: '#889DFB'

red 136 ◦ green 157 ◦ blue 251

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

Shades of Portage #889DFB

Tints of Portage #889DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.86%

 BLUE value IS 251 (98.44% from 255) = 46.14%

R = 25%
G = 28.86%
B = 46.14%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#889DFB (or 0x889DFB) is known color: Portage. HEX triplet: 88, 9D and FB. RGB value is (136,157,251). Sum of RGB (Red+Green+Blue) = 136+157+251=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #889DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889DFB is #776204. Grayscale: #A1A1A1. Windows color (decimal): -7823877 or 16489864. OLE color: 16489864.

HSL color Cylindrical-coordinate representation of color #889DFB: hue angle of 229.04º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #889DFB is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 157 251 -
CMYK 0.46 0.37 0 0.02
HSL 229.04º 0.93% 0.76% -
HSV(B) 229.04º 0.46% 0.98% -
XYZ 39.62 36.31 96.19 -
YUV 161.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 136 157 251 0.46 0.37 0 0.02 229.04 0.93 0.76
Hex 88 9D FB 2E 25 0 2 E5 5D 4C
Octal 210 235 373 56 45 0 2 345 135 114
Binary 10001000 10011101 11111011 101110 100101 0 10 11100101 1011101 1001100

Color Harmonies of #889DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DFB

Black with #889DFB

Text Example


Text Example

White with #889DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,157,251); }

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

background-color css

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

 a { background-color: rgb(136,157,251); }

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

border-color css

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

 span { border-color: rgb(136,157,251); }

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