Html Css Color HEX #889FFB Portage

📋 copy color: '#889FFB'

red 136 ◦ green 159 ◦ blue 251

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

Shades of Portage #889FFB

Tints of Portage #889FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.97%

R = 24.91%
G = 29.12%
B = 45.97%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#889FFB (or 0x889FFB) is known color: Portage. HEX triplet: 88, 9F and FB. RGB value is (136,159,251). Sum of RGB (Red+Green+Blue) = 136+159+251=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #889FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889FFB is #776004. Grayscale: #A2A2A2. Windows color (decimal): -7823365 or 16490376. OLE color: 16490376.

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

Color convert

RGB 136 159 251 -
CMYK 0.46 0.37 0 0.02
HSL 228º 0.93% 0.76% -
HSV(B) 228º 0.46% 0.98% -
XYZ 39.96 37 96.3 -
YUV 162.61 177.88 109.02 -
System Red Green Blue C M Y K H S L
Decimal 136 159 251 0.46 0.37 0 0.02 228 0.93 0.76
Hex 88 9F FB 2E 25 0 2 E4 5D 4C
Octal 210 237 373 56 45 0 2 344 135 114
Binary 10001000 10011111 11111011 101110 100101 0 10 11100100 1011101 1001100

Color Harmonies of #889FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FFB

Black with #889FFB

Text Example


Text Example

White with #889FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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