Html Css Color HEX #8293DC Portage

📋 copy color: '#8293DC'

red 130 ◦ green 147 ◦ blue 220

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

Shades of Portage #8293DC

Tints of Portage #8293DC

RGB

 RED value IS 130 (51.17% from 255) = 26.16%

 GREEN value IS 147 (57.81% from 255) = 29.58%

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

R = 26.16%
G = 29.58%
B = 44.27%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8293DC (or 0x8293DC) is known color: Portage. HEX triplet: 82, 93 and DC. RGB value is (130,147,220). Sum of RGB (Red+Green+Blue) = 130+147+220=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #8293DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8293DC is #7D6C23. Grayscale: #959595. Windows color (decimal): -8219684 or 14455682. OLE color: 14455682.

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

Color convert

RGB 130 147 220 -
CMYK 0.41 0.33 0 0.14
HSL 228.67º 0.56% 0.69% -
HSV(B) 228.67º 0.41% 0.86% -
XYZ 32.56 30.78 71.94 -
YUV 150.24 167.37 113.56 -
System Red Green Blue C M Y K H S L
Decimal 130 147 220 0.41 0.33 0 0.14 228.67 0.56 0.69
Hex 82 93 DC 29 21 0 E E5 38 45
Octal 202 223 334 51 41 0 16 345 70 105
Binary 10000010 10010011 11011100 101001 100001 0 1110 11100101 111000 1000101

Color Harmonies of #8293DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8293DC

Black with #8293DC

Text Example


Text Example

White with #8293DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,147,220); }

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

background-color css

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

 a { background-color: rgb(130,147,220); }

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

border-color css

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

 span { border-color: rgb(130,147,220); }

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