Html Css Color HEX #809AF2 Portage

📋 copy color: '#809AF2'

red 128 ◦ green 154 ◦ blue 242

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

Shades of Portage #809AF2

Tints of Portage #809AF2

RGB

 RED value IS 128 (50.39% from 255) = 24.43%

 GREEN value IS 154 (60.55% from 255) = 29.39%

 BLUE value IS 242 (94.92% from 255) = 46.18%

R = 24.43%
G = 29.39%
B = 46.18%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#809AF2 (or 0x809AF2) is known color: Portage. HEX triplet: 80, 9A and F2. RGB value is (128,154,242). Sum of RGB (Red+Green+Blue) = 128+154+242=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #809AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809AF2 is #7F650D. Grayscale: #9B9B9B. Windows color (decimal): -8348942 or 15899264. OLE color: 15899264.

HSL color Cylindrical-coordinate representation of color #809AF2: hue angle of 226.32º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #809AF2 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 154 242 -
CMYK 0.47 0.36 0 0.05
HSL 226.32º 0.81% 0.73% -
HSV(B) 226.32º 0.47% 0.95% -
XYZ 36.48 34.11 88.67 -
YUV 156.26 176.39 107.84 -
System Red Green Blue C M Y K H S L
Decimal 128 154 242 0.47 0.36 0 0.05 226.32 0.81 0.73
Hex 80 9A F2 2F 24 0 5 E2 51 49
Octal 200 232 362 57 44 0 5 342 121 111
Binary 10000000 10011010 11110010 101111 100100 0 101 11100010 1010001 1001001

Color Harmonies of #809AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809AF2

Black with #809AF2

Text Example


Text Example

White with #809AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809AF2; }

 p { color: rgb(128,154,242); }

 H1.HeaderClassName
 {
   color: #809AF2;
 }
 .AnyTagClassName
 {
   color: #809AF2;
 }
</style>

background-color css

<style>
 a { background-color: #809AF2; }

 a { background-color: rgb(128,154,242); }

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

border-color css

<style>
 span { border-color: #809AF2; }

 span { border-color: rgb(128,154,242); }

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