Html Css Color HEX #88A2F8 Portage

📋 copy color: '#88A2F8'

red 136 ◦ green 162 ◦ blue 248

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

Shades of Portage #88A2F8

Tints of Portage #88A2F8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.67%

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

R = 24.91%
G = 29.67%
B = 45.42%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#88A2F8 (or 0x88A2F8) is known color: Portage. HEX triplet: 88, A2 and F8. RGB value is (136,162,248). Sum of RGB (Red+Green+Blue) = 136+162+248=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #88A2F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A2F8 is #775D07. Grayscale: #A3A3A3. Windows color (decimal): -7822600 or 16294536. OLE color: 16294536.

HSL color Cylindrical-coordinate representation of color #88A2F8: hue angle of 226.07º 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 #88A2F8 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 162 248 -
CMYK 0.45 0.35 0 0.03
HSL 226.07º 0.89% 0.75% -
HSV(B) 226.07º 0.45% 0.97% -
XYZ 40.02 37.85 94 -
YUV 164.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 136 162 248 0.45 0.35 0 0.03 226.07 0.89 0.75
Hex 88 A2 F8 2D 23 0 3 E2 59 4B
Octal 210 242 370 55 43 0 3 342 131 113
Binary 10001000 10100010 11111000 101101 100011 0 11 11100010 1011001 1001011

Color Harmonies of #88A2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A2F8

Black with #88A2F8

Text Example


Text Example

White with #88A2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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