Html Css Color HEX #8398DC Portage

📋 copy color: '#8398DC'

red 131 ◦ green 152 ◦ blue 220

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

Shades of Portage #8398DC

Tints of Portage #8398DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 26.04%
G = 30.22%
B = 43.74%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8398DC (or 0x8398DC) is known color: Portage. HEX triplet: 83, 98 and DC. RGB value is (131,152,220). Sum of RGB (Red+Green+Blue) = 131+152+220=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #8398DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398DC is #7C6723. Grayscale: #999999. Windows color (decimal): -8152868 or 14456963. OLE color: 14456963.

HSL color Cylindrical-coordinate representation of color #8398DC: hue angle of 225.84º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8398DC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 152 220 -
CMYK 0.40 0.31 0 0.14
HSL 225.84º 0.56% 0.69% -
HSV(B) 225.84º 0.4% 0.86% -
XYZ 33.51 32.45 72.21 -
YUV 153.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 131 152 220 0.40 0.31 0 0.14 225.84 0.56 0.69
Hex 83 98 DC 28 1F 0 E E2 38 45
Octal 203 230 334 50 37 0 16 342 70 105
Binary 10000011 10011000 11011100 101000 11111 0 1110 11100010 111000 1000101

Color Harmonies of #8398DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8398DC

Black with #8398DC

Text Example


Text Example

White with #8398DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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