#819BED

Color #819BED Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #819BED

Tints of Portage #819BED

Color information

#819BED (or 0x819BED) is unknown color: approx Portage. HEX triplet: 81, 9B and ED. RGB value is (129,155,237). Sum of RGB (Red+Green+Blue) = 129+155+237=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #819BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819BED is #7E6412. Grayscale: #9C9C9C. Windows color (decimal): -8283155 or 15571841. OLE color: 15571841.

HSL color Cylindrical-coordinate representation of color #819BED: hue angle of 225.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #819BED is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129155237-
CMYK0.460.3500.07
HSL225.56º75%71.76%-
HSV(B)225.56º45.57%92.94%-
XYZ36.0634.2284.83-
YUV156.57173.39108.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.76%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 237 (92.97% from 255) = 45.49%
R=24.76%
G=29.75%
B=45.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291552370.460.3500.07225.567571.76
Hex819BED2E2307e24b48
Octal201233355564307342113110
Binary10000001100110111110110110111010001101111110001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819BED; }

 p { color: rgb(129,155,237); }

 H1.HeaderClassName
 {
   color: #819BED;
 }
 .AnyTagClassName
 {
   color: #819BED;
 }
</style>
background-color css

<style>
 a { background-color: #819BED; }

 a { background-color: rgb(129,155,237); }

 div.DivClassName
 {
   background-color: #819BED;
 }
 .BgClassName
 {
   background-color: #819BED;
 }
</style>
border-color css

<style>
 span { border-color: #819BED; }

 span { border-color: rgb(129,155,237); }

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