Html Css Color HEX #8398DA Portage

📋 copy color: '#8398DA'

red 131 ◦ green 152 ◦ blue 218

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

Shades of Portage #8398DA

Tints of Portage #8398DA

RGB

 RED value IS 131 (51.56% from 255) = 26.15%

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

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

R = 26.15%
G = 30.34%
B = 43.51%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8398DA (or 0x8398DA) is known color: Portage. HEX triplet: 83, 98 and DA. RGB value is (131,152,218). Sum of RGB (Red+Green+Blue) = 131+152+218=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #8398DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398DA is #7C6725. Grayscale: #989898. Windows color (decimal): -8152870 or 14325891. OLE color: 14325891.

HSL color Cylindrical-coordinate representation of color #8398DA: hue angle of 225.52º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8398DA is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 152 218 -
CMYK 0.40 0.30 0 0.15
HSL 225.52º 0.54% 0.68% -
HSV(B) 225.52º 0.4% 0.85% -
XYZ 33.24 32.34 70.82 -
YUV 153.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 131 152 218 0.40 0.30 0 0.15 225.52 0.54 0.68
Hex 83 98 DA 28 1E 0 F E2 36 44
Octal 203 230 332 50 36 0 17 342 66 104
Binary 10000011 10011000 11011010 101000 11110 0 1111 11100010 110110 1000100

Color Harmonies of #8398DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8398DA

Black with #8398DA

Text Example


Text Example

White with #8398DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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