Html Css Color HEX #889BFE Portage

📋 copy color: '#889BFE'

red 136 ◦ green 155 ◦ blue 254

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

Shades of Portage #889BFE

Tints of Portage #889BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.44%

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 24.95%
G = 28.44%
B = 46.61%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#889BFE (or 0x889BFE) is known color: Portage. HEX triplet: 88, 9B and FE. RGB value is (136,155,254). Sum of RGB (Red+Green+Blue) = 136+155+254=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #889BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889BFE is #776401. Grayscale: #A0A0A0. Windows color (decimal): -7824386 or 16685960. OLE color: 16685960.

HSL color Cylindrical-coordinate representation of color #889BFE: hue angle of 230.34º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #889BFE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 155 254 -
CMYK 0.46 0.39 0 0.00
HSL 230.34º 0.98% 0.76% -
HSV(B) 230.34º 0.46% 1% -
XYZ 39.76 35.83 98.59 -
YUV 160.61 180.71 110.45 -
System Red Green Blue C M Y K H S L
Decimal 136 155 254 0.46 0.39 0 0.00 230.34 0.98 0.76
Hex 88 9B FE 2E 27 0 0 E6 62 4C
Octal 210 233 376 56 47 0 0 346 142 114
Binary 10001000 10011011 11111110 101110 100111 0 0 11100110 1100010 1001100

Color Harmonies of #889BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889BFE

Black with #889BFE

Text Example


Text Example

White with #889BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,155,254); }

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

background-color css

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

 a { background-color: rgb(136,155,254); }

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

border-color css

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

 span { border-color: rgb(136,155,254); }

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