Html Css Color HEX #8295DE Portage

📋 copy color: '#8295DE'

red 130 ◦ green 149 ◦ blue 222

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

Shades of Portage #8295DE

Tints of Portage #8295DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 25.95%
G = 29.74%
B = 44.31%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8295DE (or 0x8295DE) is known color: Portage. HEX triplet: 82, 95 and DE. RGB value is (130,149,222). Sum of RGB (Red+Green+Blue) = 130+149+222=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #8295DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295DE is #7D6A21. Grayscale: #979797. Windows color (decimal): -8219170 or 14587266. OLE color: 14587266.

HSL color Cylindrical-coordinate representation of color #8295DE: hue angle of 227.61º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8295DE is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 149 222 -
CMYK 0.41 0.33 0 0.13
HSL 227.61º 0.58% 0.69% -
HSV(B) 227.61º 0.41% 0.87% -
XYZ 33.14 31.51 73.44 -
YUV 151.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 130 149 222 0.41 0.33 0 0.13 227.61 0.58 0.69
Hex 82 95 DE 29 21 0 D E4 3A 45
Octal 202 225 336 51 41 0 15 344 72 105
Binary 10000010 10010101 11011110 101001 100001 0 1101 11100100 111010 1000101

Color Harmonies of #8295DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8295DE

Black with #8295DE

Text Example


Text Example

White with #8295DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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