Html Css Color HEX #839BED Portage

📋 copy color: '#839BED'

red 131 ◦ green 155 ◦ blue 237

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

Shades of Portage #839BED

Tints of Portage #839BED

RGB

 RED value IS 131 (51.56% from 255) = 25.05%

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

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

R = 25.05%
G = 29.64%
B = 45.32%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#839BED (or 0x839BED) is known color: Portage. HEX triplet: 83, 9B and ED. RGB value is (131,155,237). Sum of RGB (Red+Green+Blue) = 131+155+237=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #839BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839BED is #7C6412. Grayscale: #9C9C9C. Windows color (decimal): -8152083 or 15571843. OLE color: 15571843.

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

Color convert

RGB 131 155 237 -
CMYK 0.45 0.35 0 0.07
HSL 226.42º 0.75% 0.72% -
HSV(B) 226.42º 0.45% 0.93% -
XYZ 36.37 34.38 84.84 -
YUV 157.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 131 155 237 0.45 0.35 0 0.07 226.42 0.75 0.72
Hex 83 9B ED 2D 23 0 7 E2 4B 48
Octal 203 233 355 55 43 0 7 342 113 110
Binary 10000011 10011011 11101101 101101 100011 0 111 11100010 1001011 1001000

Color Harmonies of #839BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BED

Black with #839BED

Text Example


Text Example

White with #839BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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