Html Css Color HEX #8298CF Portage

📋 copy color: '#8298CF'

red 130 ◦ green 152 ◦ blue 207

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

Shades of Portage #8298CF

Tints of Portage #8298CF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.08%

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 26.58%
G = 31.08%
B = 42.33%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8298CF (or 0x8298CF) is known color: Portage. HEX triplet: 82, 98 and CF. RGB value is (130,152,207). Sum of RGB (Red+Green+Blue) = 130+152+207=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #8298CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298CF is #7D6730. Grayscale: #979797. Windows color (decimal): -8218417 or 13604994. OLE color: 13604994.

HSL color Cylindrical-coordinate representation of color #8298CF: hue angle of 222.86º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8298CF is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 152 207 -
CMYK 0.37 0.27 0 0.19
HSL 222.86º 0.45% 0.66% -
HSV(B) 222.86º 0.37% 0.81% -
XYZ 31.7 31.71 63.48 -
YUV 151.69 159.21 112.53 -
System Red Green Blue C M Y K H S L
Decimal 130 152 207 0.37 0.27 0 0.19 222.86 0.45 0.66
Hex 82 98 CF 25 1B 0 13 DF 2D 42
Octal 202 230 317 45 33 0 23 337 55 102
Binary 10000010 10011000 11001111 100101 11011 0 10011 11011111 101101 1000010

Color Harmonies of #8298CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8298CF

Black with #8298CF

Text Example


Text Example

White with #8298CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8298CF; }

 p { color: rgb(130,152,207); }

 H1.HeaderClassName
 {
   color: #8298CF;
 }
 .AnyTagClassName
 {
   color: #8298CF;
 }
</style>

background-color css

<style>
 a { background-color: #8298CF; }

 a { background-color: rgb(130,152,207); }

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

border-color css

<style>
 span { border-color: #8298CF; }

 span { border-color: rgb(130,152,207); }

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