Html Css Color HEX #8398DF Portage

📋 copy color: '#8398DF'

red 131 ◦ green 152 ◦ blue 223

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

Shades of Portage #8398DF

Tints of Portage #8398DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 25.89%
G = 30.04%
B = 44.07%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8398DF (or 0x8398DF) is known color: Portage. HEX triplet: 83, 98 and DF. RGB value is (131,152,223). Sum of RGB (Red+Green+Blue) = 131+152+223=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #8398DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398DF is #7C6720. Grayscale: #999999. Windows color (decimal): -8152865 or 14653571. OLE color: 14653571.

HSL color Cylindrical-coordinate representation of color #8398DF: hue angle of 226.3º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8398DF is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 152 223 -
CMYK 0.41 0.32 0 0.13
HSL 226.3º 0.59% 0.69% -
HSV(B) 226.3º 0.41% 0.87% -
XYZ 33.91 32.61 74.32 -
YUV 153.82 167.04 111.73 -
System Red Green Blue C M Y K H S L
Decimal 131 152 223 0.41 0.32 0 0.13 226.3 0.59 0.69
Hex 83 98 DF 29 20 0 D E2 3B 45
Octal 203 230 337 51 40 0 15 342 73 105
Binary 10000011 10011000 11011111 101001 100000 0 1101 11100010 111011 1000101

Color Harmonies of #8398DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8398DF

Black with #8398DF

Text Example


Text Example

White with #8398DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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