Html Css Color HEX #8895F3 Portage

📋 copy color: '#8895F3'

red 136 ◦ green 149 ◦ blue 243

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

Shades of Portage #8895F3

Tints of Portage #8895F3

RGB

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

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

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

R = 25.76%
G = 28.22%
B = 46.02%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8895F3 (or 0x8895F3) is known color: Portage. HEX triplet: 88, 95 and F3. RGB value is (136,149,243). Sum of RGB (Red+Green+Blue) = 136+149+243=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #8895F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8895F3 is #776A0C. Grayscale: #9B9B9B. Windows color (decimal): -7825933 or 15963528. OLE color: 15963528.

HSL color Cylindrical-coordinate representation of color #8895F3: hue angle of 232.71º 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 #8895F3 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 149 243 -
CMYK 0.44 0.39 0 0.05
HSL 232.71º 0.82% 0.74% -
HSV(B) 232.71º 0.44% 0.95% -
XYZ 37.08 33.2 89.25 -
YUV 155.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 136 149 243 0.44 0.39 0 0.05 232.71 0.82 0.74
Hex 88 95 F3 2C 27 0 5 E9 52 4A
Octal 210 225 363 54 47 0 5 351 122 112
Binary 10001000 10010101 11110011 101100 100111 0 101 11101001 1010010 1001010

Color Harmonies of #8895F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8895F3

Black with #8895F3

Text Example


Text Example

White with #8895F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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