Html Css Color HEX #8895F4 Portage

📋 copy color: '#8895F4'

red 136 ◦ green 149 ◦ blue 244

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

Shades of Portage #8895F4

Tints of Portage #8895F4

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.17%

 BLUE value IS 244 (95.7% from 255) = 46.12%

R = 25.71%
G = 28.17%
B = 46.12%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8895F4 (or 0x8895F4) is known color: Portage. HEX triplet: 88, 95 and F4. RGB value is (136,149,244). Sum of RGB (Red+Green+Blue) = 136+149+244=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #8895F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8895F4 is #776A0B. Grayscale: #9B9B9B. Windows color (decimal): -7825932 or 16029064. OLE color: 16029064.

HSL color Cylindrical-coordinate representation of color #8895F4: hue angle of 232.78º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8895F4 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 136 149 244 -
CMYK 0.44 0.39 0 0.04
HSL 232.78º 0.83% 0.75% -
HSV(B) 232.78º 0.44% 0.96% -
XYZ 37.23 33.26 90.05 -
YUV 155.94 177.69 113.78 -
System Red Green Blue C M Y K H S L
Decimal 136 149 244 0.44 0.39 0 0.04 232.78 0.83 0.75
Hex 88 95 F4 2C 27 0 4 E9 53 4B
Octal 210 225 364 54 47 0 4 351 123 113
Binary 10001000 10010101 11110100 101100 100111 0 100 11101001 1010011 1001011

Color Harmonies of #8895F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8895F4

Black with #8895F4

Text Example


Text Example

White with #8895F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8895F4; }

 p { color: rgb(136,149,244); }

 H1.HeaderClassName
 {
   color: #8895F4;
 }
 .AnyTagClassName
 {
   color: #8895F4;
 }
</style>

background-color css

<style>
 a { background-color: #8895F4; }

 a { background-color: rgb(136,149,244); }

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

border-color css

<style>
 span { border-color: #8895F4; }

 span { border-color: rgb(136,149,244); }

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