Html Css Color HEX #808FFA Portage

📋 copy color: '#808FFA'

red 128 ◦ green 143 ◦ blue 250

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

Shades of Portage #808FFA

Tints of Portage #808FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.45%

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

R = 24.57%
G = 27.45%
B = 47.98%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#808FFA (or 0x808FFA) is known color: Portage. HEX triplet: 80, 8F and FA. RGB value is (128,143,250). Sum of RGB (Red+Green+Blue) = 128+143+250=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #808FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FFA is #7F7005. Grayscale: #969696. Windows color (decimal): -8351750 or 16420736. OLE color: 16420736.

HSL color Cylindrical-coordinate representation of color #808FFA: hue angle of 232.62º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808FFA is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 143 250 -
CMYK 0.49 0.43 0 0.02
HSL 232.62º 0.92% 0.74% -
HSV(B) 232.62º 0.49% 0.98% -
XYZ 35.98 31.14 94.56 -
YUV 150.71 184.03 111.8 -
System Red Green Blue C M Y K H S L
Decimal 128 143 250 0.49 0.43 0 0.02 232.62 0.92 0.74
Hex 80 8F FA 31 2B 0 2 E9 5C 4A
Octal 200 217 372 61 53 0 2 351 134 112
Binary 10000000 10001111 11111010 110001 101011 0 10 11101001 1011100 1001010

Color Harmonies of #808FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FFA

Black with #808FFA

Text Example


Text Example

White with #808FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808FFA; }

 p { color: rgb(128,143,250); }

 H1.HeaderClassName
 {
   color: #808FFA;
 }
 .AnyTagClassName
 {
   color: #808FFA;
 }
</style>

background-color css

<style>
 a { background-color: #808FFA; }

 a { background-color: rgb(128,143,250); }

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

border-color css

<style>
 span { border-color: #808FFA; }

 span { border-color: rgb(128,143,250); }

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