Html Css Color HEX #8299DF Portage

📋 copy color: '#8299DF'

red 130 ◦ green 153 ◦ blue 223

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

Shades of Portage #8299DF

Tints of Portage #8299DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 25.69%
G = 30.24%
B = 44.07%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8299DF (or 0x8299DF) is known color: Portage. HEX triplet: 82, 99 and DF. RGB value is (130,153,223). Sum of RGB (Red+Green+Blue) = 130+153+223=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #8299DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8299DF is #7D6620. Grayscale: #999999. Windows color (decimal): -8218145 or 14653826. OLE color: 14653826.

HSL color Cylindrical-coordinate representation of color #8299DF: hue angle of 225.16º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8299DF is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 153 223 -
CMYK 0.42 0.31 0 0.13
HSL 225.16º 0.59% 0.69% -
HSV(B) 225.16º 0.42% 0.87% -
XYZ 33.92 32.86 74.37 -
YUV 154.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 130 153 223 0.42 0.31 0 0.13 225.16 0.59 0.69
Hex 82 99 DF 2A 1F 0 D E1 3B 45
Octal 202 231 337 52 37 0 15 341 73 105
Binary 10000010 10011001 11011111 101010 11111 0 1101 11100001 111011 1000101

Color Harmonies of #8299DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8299DF

Black with #8299DF

Text Example


Text Example

White with #8299DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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