Html Css Color HEX #889CFB Portage

📋 copy color: '#889CFB'

red 136 ◦ green 156 ◦ blue 251

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

Shades of Portage #889CFB

Tints of Portage #889CFB

RGB

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

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

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

R = 25.05%
G = 28.73%
B = 46.22%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#889CFB (or 0x889CFB) is known color: Portage. HEX triplet: 88, 9C and FB. RGB value is (136,156,251). Sum of RGB (Red+Green+Blue) = 136+156+251=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #889CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CFB is #776304. Grayscale: #A0A0A0. Windows color (decimal): -7824133 or 16489608. OLE color: 16489608.

HSL color Cylindrical-coordinate representation of color #889CFB: hue angle of 229.57º 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 #889CFB is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 156 251 -
CMYK 0.46 0.38 0 0.02
HSL 229.57º 0.93% 0.76% -
HSV(B) 229.57º 0.46% 0.98% -
XYZ 39.45 35.98 96.13 -
YUV 160.85 178.87 110.28 -
System Red Green Blue C M Y K H S L
Decimal 136 156 251 0.46 0.38 0 0.02 229.57 0.93 0.76
Hex 88 9C FB 2E 26 0 2 E6 5D 4C
Octal 210 234 373 56 46 0 2 346 135 114
Binary 10001000 10011100 11111011 101110 100110 0 10 11100110 1011101 1001100

Color Harmonies of #889CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CFB

Black with #889CFB

Text Example


Text Example

White with #889CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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