Html Css Color HEX #8299DA Portage

📋 copy color: '#8299DA'

red 130 ◦ green 153 ◦ blue 218

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

Shades of Portage #8299DA

Tints of Portage #8299DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 25.95%
G = 30.54%
B = 43.51%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8299DA (or 0x8299DA) is known color: Portage. HEX triplet: 82, 99 and DA. RGB value is (130,153,218). Sum of RGB (Red+Green+Blue) = 130+153+218=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #8299DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8299DA is #7D6625. Grayscale: #999999. Windows color (decimal): -8218150 or 14326146. OLE color: 14326146.

HSL color Cylindrical-coordinate representation of color #8299DA: hue angle of 224.32º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8299DA is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 153 218 -
CMYK 0.40 0.30 0 0.15
HSL 224.32º 0.54% 0.68% -
HSV(B) 224.32º 0.4% 0.85% -
XYZ 33.25 32.59 70.87 -
YUV 153.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 130 153 218 0.40 0.30 0 0.15 224.32 0.54 0.68
Hex 82 99 DA 28 1E 0 F E0 36 44
Octal 202 231 332 50 36 0 17 340 66 104
Binary 10000010 10011001 11011010 101000 11110 0 1111 11100000 110110 1000100

Color Harmonies of #8299DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8299DA

Black with #8299DA

Text Example


Text Example

White with #8299DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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