Html Css Color HEX #8295FA Portage

📋 copy color: '#8295FA'

red 130 ◦ green 149 ◦ blue 250

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

Shades of Portage #8295FA

Tints of Portage #8295FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 24.57%
G = 28.17%
B = 47.26%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8295FA (or 0x8295FA) is known color: Portage. HEX triplet: 82, 95 and FA. RGB value is (130,149,250). Sum of RGB (Red+Green+Blue) = 130+149+250=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #8295FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8295FA is #7D6A05. Grayscale: #9A9A9A. Windows color (decimal): -8219142 or 16422274. OLE color: 16422274.

HSL color Cylindrical-coordinate representation of color #8295FA: hue angle of 230.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8295FA is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 149 250 -
CMYK 0.48 0.40 0 0.02
HSL 230.5º 0.92% 0.75% -
HSV(B) 230.5º 0.48% 0.98% -
XYZ 37.21 33.14 94.88 -
YUV 154.83 181.71 110.29 -
System Red Green Blue C M Y K H S L
Decimal 130 149 250 0.48 0.40 0 0.02 230.5 0.92 0.75
Hex 82 95 FA 30 28 0 2 E6 5C 4B
Octal 202 225 372 60 50 0 2 346 134 113
Binary 10000010 10010101 11111010 110000 101000 0 10 11100110 1011100 1001011

Color Harmonies of #8295FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8295FA

Black with #8295FA

Text Example


Text Example

White with #8295FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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