Html Css Color HEX #8294FA Portage

📋 copy color: '#8294FA'

red 130 ◦ green 148 ◦ blue 250

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

Shades of Portage #8294FA

Tints of Portage #8294FA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.03%

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

R = 24.62%
G = 28.03%
B = 47.35%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8294FA (or 0x8294FA) is known color: Portage. HEX triplet: 82, 94 and FA. RGB value is (130,148,250). Sum of RGB (Red+Green+Blue) = 130+148+250=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #8294FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8294FA is #7D6B05. Grayscale: #999999. Windows color (decimal): -8219398 or 16422018. OLE color: 16422018.

HSL color Cylindrical-coordinate representation of color #8294FA: hue angle of 231º 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 #8294FA is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 148 250 -
CMYK 0.48 0.41 0 0.02
HSL 231º 0.92% 0.75% -
HSV(B) 231º 0.48% 0.98% -
XYZ 37.05 32.83 94.83 -
YUV 154.25 182.04 110.71 -
System Red Green Blue C M Y K H S L
Decimal 130 148 250 0.48 0.41 0 0.02 231 0.92 0.75
Hex 82 94 FA 30 29 0 2 E7 5C 4B
Octal 202 224 372 60 51 0 2 347 134 113
Binary 10000010 10010100 11111010 110000 101001 0 10 11100111 1011100 1001011

Color Harmonies of #8294FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8294FA

Black with #8294FA

Text Example


Text Example

White with #8294FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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