Html Css Color HEX #8297EB Portage

📋 copy color: '#8297EB'

red 130 ◦ green 151 ◦ blue 235

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

Shades of Portage #8297EB

Tints of Portage #8297EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 25.19%
G = 29.26%
B = 45.54%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8297EB (or 0x8297EB) is known color: Portage. HEX triplet: 82, 97 and EB. RGB value is (130,151,235). Sum of RGB (Red+Green+Blue) = 130+151+235=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #8297EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8297EB is #7D6814. Grayscale: #999999. Windows color (decimal): -8218645 or 15439746. OLE color: 15439746.

HSL color Cylindrical-coordinate representation of color #8297EB: hue angle of 228º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8297EB is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 151 235 -
CMYK 0.45 0.36 0 0.08
HSL 228º 0.72% 0.72% -
HSV(B) 228º 0.45% 0.92% -
XYZ 35.27 32.88 83.08 -
YUV 154.3 173.54 110.67 -
System Red Green Blue C M Y K H S L
Decimal 130 151 235 0.45 0.36 0 0.08 228 0.72 0.72
Hex 82 97 EB 2D 24 0 8 E4 48 48
Octal 202 227 353 55 44 0 10 344 110 110
Binary 10000010 10010111 11101011 101101 100100 0 1000 11100100 1001000 1001000

Color Harmonies of #8297EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8297EB

Black with #8297EB

Text Example


Text Example

White with #8297EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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