Html Css Color HEX #8891F3 Portage

📋 copy color: '#8891F3'

red 136 ◦ green 145 ◦ blue 243

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

Shades of Portage #8891F3

Tints of Portage #8891F3

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.67%

 BLUE value IS 243 (95.31% from 255) = 46.37%

R = 25.95%
G = 27.67%
B = 46.37%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8891F3 (or 0x8891F3) is known color: Portage. HEX triplet: 88, 91 and F3. RGB value is (136,145,243). Sum of RGB (Red+Green+Blue) = 136+145+243=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #8891F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8891F3 is #776E0C. Grayscale: #999999. Windows color (decimal): -7826957 or 15962504. OLE color: 15962504.

HSL color Cylindrical-coordinate representation of color #8891F3: hue angle of 234.95º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8891F3 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 145 243 -
CMYK 0.44 0.40 0 0.05
HSL 234.95º 0.82% 0.74% -
HSV(B) 234.95º 0.44% 0.95% -
XYZ 36.46 31.96 89.04 -
YUV 153.48 178.52 115.53 -
System Red Green Blue C M Y K H S L
Decimal 136 145 243 0.44 0.40 0 0.05 234.95 0.82 0.74
Hex 88 91 F3 2C 28 0 5 EB 52 4A
Octal 210 221 363 54 50 0 5 353 122 112
Binary 10001000 10010001 11110011 101100 101000 0 101 11101011 1010010 1001010

Color Harmonies of #8891F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8891F3

Black with #8891F3

Text Example


Text Example

White with #8891F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8891F3; }

 p { color: rgb(136,145,243); }

 H1.HeaderClassName
 {
   color: #8891F3;
 }
 .AnyTagClassName
 {
   color: #8891F3;
 }
</style>

background-color css

<style>
 a { background-color: #8891F3; }

 a { background-color: rgb(136,145,243); }

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

border-color css

<style>
 span { border-color: #8891F3; }

 span { border-color: rgb(136,145,243); }

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