Html Css Color HEX #889CF8 Portage

📋 copy color: '#889CF8'

red 136 ◦ green 156 ◦ blue 248

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

Shades of Portage #889CF8

Tints of Portage #889CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.93%

R = 25.19%
G = 28.89%
B = 45.93%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#889CF8 (or 0x889CF8) is known color: Portage. HEX triplet: 88, 9C and F8. RGB value is (136,156,248). Sum of RGB (Red+Green+Blue) = 136+156+248=540 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.19% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #889CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CF8 is #776307. Grayscale: #A0A0A0. Windows color (decimal): -7824136 or 16293000. OLE color: 16293000.

HSL color Cylindrical-coordinate representation of color #889CF8: hue angle of 229.29º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #889CF8 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 156 248 -
CMYK 0.45 0.37 0 0.03
HSL 229.29º 0.89% 0.75% -
HSV(B) 229.29º 0.45% 0.97% -
XYZ 38.99 35.79 93.66 -
YUV 160.51 177.37 110.52 -
System Red Green Blue C M Y K H S L
Decimal 136 156 248 0.45 0.37 0 0.03 229.29 0.89 0.75
Hex 88 9C F8 2D 25 0 3 E5 59 4B
Octal 210 234 370 55 45 0 3 345 131 113
Binary 10001000 10011100 11111000 101101 100101 0 11 11100101 1011001 1001011

Color Harmonies of #889CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CF8

Black with #889CF8

Text Example


Text Example

White with #889CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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