Html Css Color HEX #8297EE Portage

📋 copy color: '#8297EE'

red 130 ◦ green 151 ◦ blue 238

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

Shades of Portage #8297EE

Tints of Portage #8297EE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.09%

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 25.05%
G = 29.09%
B = 45.86%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8297EE (or 0x8297EE) is known color: Portage. HEX triplet: 82, 97 and EE. RGB value is (130,151,238). Sum of RGB (Red+Green+Blue) = 130+151+238=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #8297EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8297EE is #7D6811. Grayscale: #9A9A9A. Windows color (decimal): -8218642 or 15636354. OLE color: 15636354.

HSL color Cylindrical-coordinate representation of color #8297EE: hue angle of 228.33º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8297EE is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 151 238 -
CMYK 0.45 0.37 0 0.07
HSL 228.33º 0.76% 0.72% -
HSV(B) 228.33º 0.45% 0.93% -
XYZ 35.71 33.05 85.39 -
YUV 154.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 130 151 238 0.45 0.37 0 0.07 228.33 0.76 0.72
Hex 82 97 EE 2D 25 0 7 E4 4C 48
Octal 202 227 356 55 45 0 7 344 114 110
Binary 10000010 10010111 11101110 101101 100101 0 111 11100100 1001100 1001000

Color Harmonies of #8297EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8297EE

Black with #8297EE

Text Example


Text Example

White with #8297EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8297EE; }

 p { color: rgb(130,151,238); }

 H1.HeaderClassName
 {
   color: #8297EE;
 }
 .AnyTagClassName
 {
   color: #8297EE;
 }
</style>

background-color css

<style>
 a { background-color: #8297EE; }

 a { background-color: rgb(130,151,238); }

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

border-color css

<style>
 span { border-color: #8297EE; }

 span { border-color: rgb(130,151,238); }

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