Html Css Color HEX #889DF8 Portage

📋 copy color: '#889DF8'

red 136 ◦ green 157 ◦ blue 248

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

Shades of Portage #889DF8

Tints of Portage #889DF8

RGB

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

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

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

R = 25.14%
G = 29.02%
B = 45.84%

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

#889DF8 (or 0x889DF8) is known color: Portage. HEX triplet: 88, 9D and F8. RGB value is (136,157,248). Sum of RGB (Red+Green+Blue) = 136+157+248=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #889DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889DF8 is #776207. Grayscale: #A0A0A0. Windows color (decimal): -7823880 or 16293256. OLE color: 16293256.

HSL color Cylindrical-coordinate representation of color #889DF8: hue angle of 228.75º 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 #889DF8 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 157 248 -
CMYK 0.45 0.37 0 0.03
HSL 228.75º 0.89% 0.75% -
HSV(B) 228.75º 0.45% 0.97% -
XYZ 39.15 36.13 93.72 -
YUV 161.1 177.04 110.1 -
System Red Green Blue C M Y K H S L
Decimal 136 157 248 0.45 0.37 0 0.03 228.75 0.89 0.75
Hex 88 9D F8 2D 25 0 3 E5 59 4B
Octal 210 235 370 55 45 0 3 345 131 113
Binary 10001000 10011101 11111000 101101 100101 0 11 11100101 1011001 1001011

Color Harmonies of #889DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DF8

Black with #889DF8

Text Example


Text Example

White with #889DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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