Html Css Color HEX #889FED Portage

📋 copy color: '#889FED'

red 136 ◦ green 159 ◦ blue 237

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

Shades of Portage #889FED

Tints of Portage #889FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.89%

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 25.56%
G = 29.89%
B = 44.55%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#889FED (or 0x889FED) is known color: Portage. HEX triplet: 88, 9F and ED. RGB value is (136,159,237). Sum of RGB (Red+Green+Blue) = 136+159+237=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #889FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889FED is #776012. Grayscale: #A0A0A0. Windows color (decimal): -7823379 or 15572872. OLE color: 15572872.

HSL color Cylindrical-coordinate representation of color #889FED: hue angle of 226.34º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #889FED is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 159 237 -
CMYK 0.43 0.33 0 0.07
HSL 226.34º 0.74% 0.73% -
HSV(B) 226.34º 0.43% 0.93% -
XYZ 37.84 36.14 85.1 -
YUV 161.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 136 159 237 0.43 0.33 0 0.07 226.34 0.74 0.73
Hex 88 9F ED 2B 21 0 7 E2 4A 49
Octal 210 237 355 53 41 0 7 342 112 111
Binary 10001000 10011111 11101101 101011 100001 0 111 11100010 1001010 1001001

Color Harmonies of #889FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FED

Black with #889FED

Text Example


Text Example

White with #889FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,159,237); }

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

background-color css

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

 a { background-color: rgb(136,159,237); }

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

border-color css

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

 span { border-color: rgb(136,159,237); }

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