Html Css Color HEX #8295CD Portage

📋 copy color: '#8295CD'

red 130 ◦ green 149 ◦ blue 205

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

Shades of Portage #8295CD

Tints of Portage #8295CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 26.86%
G = 30.79%
B = 42.36%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8295CD (or 0x8295CD) is known color: Portage. HEX triplet: 82, 95 and CD. RGB value is (130,149,205). Sum of RGB (Red+Green+Blue) = 130+149+205=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #8295CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295CD is #7D6A32. Grayscale: #959595. Windows color (decimal): -8219187 or 13473154. OLE color: 13473154.

HSL color Cylindrical-coordinate representation of color #8295CD: hue angle of 224.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8295CD is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 149 205 -
CMYK 0.37 0.27 0 0.20
HSL 224.8º 0.43% 0.66% -
HSV(B) 224.8º 0.37% 0.8% -
XYZ 30.97 30.65 62.04 -
YUV 149.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 130 149 205 0.37 0.27 0 0.20 224.8 0.43 0.66
Hex 82 95 CD 25 1B 0 14 E1 2B 42
Octal 202 225 315 45 33 0 24 341 53 102
Binary 10000010 10010101 11001101 100101 11011 0 10100 11100001 101011 1000010

Color Harmonies of #8295CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8295CD

Black with #8295CD

Text Example


Text Example

White with #8295CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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