Html Css Color HEX #8299DC Portage

📋 copy color: '#8299DC'

red 130 ◦ green 153 ◦ blue 220

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

Shades of Portage #8299DC

Tints of Portage #8299DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.42%

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

R = 25.84%
G = 30.42%
B = 43.74%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8299DC (or 0x8299DC) is known color: Portage. HEX triplet: 82, 99 and DC. RGB value is (130,153,220). Sum of RGB (Red+Green+Blue) = 130+153+220=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 153 (60.16% from 255 or 30.42% 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 #8299DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8299DC is #7D6623. Grayscale: #999999. Windows color (decimal): -8218148 or 14457218. OLE color: 14457218.

HSL color Cylindrical-coordinate representation of color #8299DC: hue angle of 224.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 #8299DC is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 153 220 -
CMYK 0.41 0.30 0 0.14
HSL 224.67º 0.56% 0.69% -
HSV(B) 224.67º 0.41% 0.86% -
XYZ 33.52 32.7 72.25 -
YUV 153.76 165.38 111.05 -
System Red Green Blue C M Y K H S L
Decimal 130 153 220 0.41 0.30 0 0.14 224.67 0.56 0.69
Hex 82 99 DC 29 1E 0 E E1 38 45
Octal 202 231 334 51 36 0 16 341 70 105
Binary 10000010 10011001 11011100 101001 11110 0 1110 11100001 111000 1000101

Color Harmonies of #8299DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8299DC

Black with #8299DC

Text Example


Text Example

White with #8299DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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