Html Css Color HEX #8898DD Portage

📋 copy color: '#8898DD'

red 136 ◦ green 152 ◦ blue 221

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

Shades of Portage #8898DD

Tints of Portage #8898DD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.86%

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 26.72%
G = 29.86%
B = 43.42%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8898DD (or 0x8898DD) is known color: Portage. HEX triplet: 88, 98 and DD. RGB value is (136,152,221). Sum of RGB (Red+Green+Blue) = 136+152+221=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #8898DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898DD is #776722. Grayscale: #9A9A9A. Windows color (decimal): -7825187 or 14522504. OLE color: 14522504.

HSL color Cylindrical-coordinate representation of color #8898DD: hue angle of 228.71º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8898DD is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 152 221 -
CMYK 0.38 0.31 0 0.13
HSL 228.71º 0.56% 0.7% -
HSV(B) 228.71º 0.38% 0.87% -
XYZ 34.43 32.91 72.94 -
YUV 155.08 165.2 114.39 -
System Red Green Blue C M Y K H S L
Decimal 136 152 221 0.38 0.31 0 0.13 228.71 0.56 0.7
Hex 88 98 DD 26 1F 0 D E5 38 46
Octal 210 230 335 46 37 0 15 345 70 106
Binary 10001000 10011000 11011101 100110 11111 0 1101 11100101 111000 1000110

Color Harmonies of #8898DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8898DD

Black with #8898DD

Text Example


Text Example

White with #8898DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8898DD; }

 p { color: rgb(136,152,221); }

 H1.HeaderClassName
 {
   color: #8898DD;
 }
 .AnyTagClassName
 {
   color: #8898DD;
 }
</style>

background-color css

<style>
 a { background-color: #8898DD; }

 a { background-color: rgb(136,152,221); }

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

border-color css

<style>
 span { border-color: #8898DD; }

 span { border-color: rgb(136,152,221); }

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