Html Css Color HEX #8290CF Portage

📋 copy color: '#8290CF'

red 130 ◦ green 144 ◦ blue 207

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

Shades of Portage #8290CF

Tints of Portage #8290CF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.94%

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

R = 27.03%
G = 29.94%
B = 43.04%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8290CF (or 0x8290CF) is known color: Portage. HEX triplet: 82, 90 and CF. RGB value is (130,144,207). Sum of RGB (Red+Green+Blue) = 130+144+207=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #8290CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290CF is #7D6F30. Grayscale: #929292. Windows color (decimal): -8220465 or 13602946. OLE color: 13602946.

HSL color Cylindrical-coordinate representation of color #8290CF: hue angle of 229.09º 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 #8290CF is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 144 207 -
CMYK 0.37 0.30 0 0.19
HSL 229.09º 0.45% 0.66% -
HSV(B) 229.09º 0.37% 0.81% -
XYZ 30.44 29.2 63.06 -
YUV 147 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 130 144 207 0.37 0.30 0 0.19 229.09 0.45 0.66
Hex 82 90 CF 25 1E 0 13 E5 2D 42
Octal 202 220 317 45 36 0 23 345 55 102
Binary 10000010 10010000 11001111 100101 11110 0 10011 11100101 101101 1000010

Color Harmonies of #8290CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8290CF

Black with #8290CF

Text Example


Text Example

White with #8290CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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