Html Css Color HEX #8398EC Portage

📋 copy color: '#8398EC'

red 131 ◦ green 152 ◦ blue 236

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

Shades of Portage #8398EC

Tints of Portage #8398EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 25.24%
G = 29.29%
B = 45.47%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8398EC (or 0x8398EC) is known color: Portage. HEX triplet: 83, 98 and EC. RGB value is (131,152,236). Sum of RGB (Red+Green+Blue) = 131+152+236=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #8398EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8398EC is #7C6713. Grayscale: #9A9A9A. Windows color (decimal): -8152852 or 15505539. OLE color: 15505539.

HSL color Cylindrical-coordinate representation of color #8398EC: hue angle of 228º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8398EC is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 152 236 -
CMYK 0.44 0.36 0 0.07
HSL 228º 0.73% 0.72% -
HSV(B) 228º 0.44% 0.93% -
XYZ 35.73 33.34 83.91 -
YUV 155.3 173.54 110.67 -
System Red Green Blue C M Y K H S L
Decimal 131 152 236 0.44 0.36 0 0.07 228 0.73 0.72
Hex 83 98 EC 2C 24 0 7 E4 49 48
Octal 203 230 354 54 44 0 7 344 111 110
Binary 10000011 10011000 11101100 101100 100100 0 111 11100100 1001001 1001000

Color Harmonies of #8398EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8398EC

Black with #8398EC

Text Example


Text Example

White with #8398EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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