Html Css Color HEX #809BED Portage

📋 copy color: '#809BED'

red 128 ◦ green 155 ◦ blue 237

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

Shades of Portage #809BED

Tints of Portage #809BED

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.81%

 BLUE value IS 237 (92.97% from 255) = 45.58%

R = 24.62%
G = 29.81%
B = 45.58%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#809BED (or 0x809BED) is known color: Portage. HEX triplet: 80, 9B and ED. RGB value is (128,155,237). Sum of RGB (Red+Green+Blue) = 128+155+237=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #809BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809BED is #7F6412. Grayscale: #9B9B9B. Windows color (decimal): -8348691 or 15571840. OLE color: 15571840.

HSL color Cylindrical-coordinate representation of color #809BED: hue angle of 225.14º 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 #809BED is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 155 237 -
CMYK 0.46 0.35 0 0.07
HSL 225.14º 0.75% 0.72% -
HSV(B) 225.14º 0.46% 0.93% -
XYZ 35.91 34.15 84.82 -
YUV 156.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 128 155 237 0.46 0.35 0 0.07 225.14 0.75 0.72
Hex 80 9B ED 2E 23 0 7 E1 4B 48
Octal 200 233 355 56 43 0 7 341 113 110
Binary 10000000 10011011 11101101 101110 100011 0 111 11100001 1001011 1001000

Color Harmonies of #809BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BED

Black with #809BED

Text Example


Text Example

White with #809BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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