Html Css Color HEX #8295CF Portage

📋 copy color: '#8295CF'

red 130 ◦ green 149 ◦ blue 207

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

Shades of Portage #8295CF

Tints of Portage #8295CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.66%

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

R = 26.75%
G = 30.66%
B = 42.59%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8295CF (or 0x8295CF) is known color: Portage. HEX triplet: 82, 95 and CF. RGB value is (130,149,207). Sum of RGB (Red+Green+Blue) = 130+149+207=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #8295CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295CF is #7D6A30. Grayscale: #959595. Windows color (decimal): -8219185 or 13604226. OLE color: 13604226.

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

Color convert

RGB 130 149 207 -
CMYK 0.37 0.28 0 0.19
HSL 225.19º 0.45% 0.66% -
HSV(B) 225.19º 0.37% 0.81% -
XYZ 31.22 30.75 63.32 -
YUV 149.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 130 149 207 0.37 0.28 0 0.19 225.19 0.45 0.66
Hex 82 95 CF 25 1C 0 13 E1 2D 42
Octal 202 225 317 45 34 0 23 341 55 102
Binary 10000010 10010101 11001111 100101 11100 0 10011 11100001 101101 1000010

Color Harmonies of #8295CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8295CF

Black with #8295CF

Text Example


Text Example

White with #8295CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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