Html Css Color HEX #88A3F8 Portage

📋 copy color: '#88A3F8'

red 136 ◦ green 163 ◦ blue 248

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

Shades of Portage #88A3F8

Tints of Portage #88A3F8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.8%

 BLUE value IS 248 (97.27% from 255) = 45.34%

R = 24.86%
G = 29.8%
B = 45.34%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#88A3F8 (or 0x88A3F8) is known color: Portage. HEX triplet: 88, A3 and F8. RGB value is (136,163,248). Sum of RGB (Red+Green+Blue) = 136+163+248=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 248 - color contains mainly: blue. Hex color #88A3F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A3F8 is #775C07. Grayscale: #A4A4A4. Windows color (decimal): -7822344 or 16294792. OLE color: 16294792.

HSL color Cylindrical-coordinate representation of color #88A3F8: hue angle of 225.54º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88A3F8 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 163 248 -
CMYK 0.45 0.34 0 0.03
HSL 225.54º 0.89% 0.75% -
HSV(B) 225.54º 0.45% 0.97% -
XYZ 40.19 38.21 94.06 -
YUV 164.62 175.05 107.59 -
System Red Green Blue C M Y K H S L
Decimal 136 163 248 0.45 0.34 0 0.03 225.54 0.89 0.75
Hex 88 A3 F8 2D 22 0 3 E2 59 4B
Octal 210 243 370 55 42 0 3 342 131 113
Binary 10001000 10100011 11111000 101101 100010 0 11 11100010 1011001 1001011

Color Harmonies of #88A3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A3F8

Black with #88A3F8

Text Example


Text Example

White with #88A3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88A3F8; }

 p { color: rgb(136,163,248); }

 H1.HeaderClassName
 {
   color: #88A3F8;
 }
 .AnyTagClassName
 {
   color: #88A3F8;
 }
</style>

background-color css

<style>
 a { background-color: #88A3F8; }

 a { background-color: rgb(136,163,248); }

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

border-color css

<style>
 span { border-color: #88A3F8; }

 span { border-color: rgb(136,163,248); }

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