Html Css Color HEX #8394DC Portage

📋 copy color: '#8394DC'

red 131 ◦ green 148 ◦ blue 220

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

Shades of Portage #8394DC

Tints of Portage #8394DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.66%

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

R = 26.25%
G = 29.66%
B = 44.09%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8394DC (or 0x8394DC) is known color: Portage. HEX triplet: 83, 94 and DC. RGB value is (131,148,220). Sum of RGB (Red+Green+Blue) = 131+148+220=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #8394DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394DC is #7C6B23. Grayscale: #969696. Windows color (decimal): -8153892 or 14455939. OLE color: 14455939.

HSL color Cylindrical-coordinate representation of color #8394DC: hue angle of 228.54º 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 #8394DC is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 148 220 -
CMYK 0.40 0.33 0 0.14
HSL 228.54º 0.56% 0.69% -
HSV(B) 228.54º 0.4% 0.86% -
XYZ 32.87 31.17 71.99 -
YUV 151.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 131 148 220 0.40 0.33 0 0.14 228.54 0.56 0.69
Hex 83 94 DC 28 21 0 E E5 38 45
Octal 203 224 334 50 41 0 16 345 70 105
Binary 10000011 10010100 11011100 101000 100001 0 1110 11100101 111000 1000101

Color Harmonies of #8394DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8394DC

Black with #8394DC

Text Example


Text Example

White with #8394DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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