Html Css Color HEX #889CFA Portage

📋 copy color: '#889CFA'

red 136 ◦ green 156 ◦ blue 250

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

Shades of Portage #889CFA

Tints of Portage #889CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 25.09%
G = 28.78%
B = 46.13%

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

#889CFA (or 0x889CFA) is known color: Portage. HEX triplet: 88, 9C and FA. RGB value is (136,156,250). Sum of RGB (Red+Green+Blue) = 136+156+250=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #889CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CFA is #776305. Grayscale: #A0A0A0. Windows color (decimal): -7824134 or 16424072. OLE color: 16424072.

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

Color convert

RGB 136 156 250 -
CMYK 0.46 0.38 0 0.02
HSL 229.47º 0.92% 0.76% -
HSV(B) 229.47º 0.46% 0.98% -
XYZ 39.3 35.91 95.3 -
YUV 160.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 136 156 250 0.46 0.38 0 0.02 229.47 0.92 0.76
Hex 88 9C FA 2E 26 0 2 E5 5C 4C
Octal 210 234 372 56 46 0 2 345 134 114
Binary 10001000 10011100 11111010 101110 100110 0 10 11100101 1011100 1001100

Color Harmonies of #889CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CFA

Black with #889CFA

Text Example


Text Example

White with #889CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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