Html Css Color HEX #8898DA Portage

📋 copy color: '#8898DA'

red 136 ◦ green 152 ◦ blue 218

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

Shades of Portage #8898DA

Tints of Portage #8898DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 26.88%
G = 30.04%
B = 43.08%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8898DA (or 0x8898DA) is known color: Portage. HEX triplet: 88, 98 and DA. RGB value is (136,152,218). Sum of RGB (Red+Green+Blue) = 136+152+218=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #8898DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898DA is #776725. Grayscale: #9A9A9A. Windows color (decimal): -7825190 or 14325896. OLE color: 14325896.

HSL color Cylindrical-coordinate representation of color #8898DA: hue angle of 228.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8898DA is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 152 218 -
CMYK 0.38 0.30 0 0.15
HSL 228.29º 0.53% 0.69% -
HSV(B) 228.29º 0.38% 0.85% -
XYZ 34.04 32.75 70.86 -
YUV 154.74 163.7 114.63 -
System Red Green Blue C M Y K H S L
Decimal 136 152 218 0.38 0.30 0 0.15 228.29 0.53 0.69
Hex 88 98 DA 26 1E 0 F E4 35 45
Octal 210 230 332 46 36 0 17 344 65 105
Binary 10001000 10011000 11011010 100110 11110 0 1111 11100100 110101 1000101

Color Harmonies of #8898DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8898DA

Black with #8898DA

Text Example


Text Example

White with #8898DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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