Html Css Color HEX #839CEB Portage

📋 copy color: '#839CEB'

red 131 ◦ green 156 ◦ blue 235

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

Shades of Portage #839CEB

Tints of Portage #839CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.89%

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 25.1%
G = 29.89%
B = 45.02%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#839CEB (or 0x839CEB) is known color: Portage. HEX triplet: 83, 9C and EB. RGB value is (131,156,235). Sum of RGB (Red+Green+Blue) = 131+156+235=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #839CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839CEB is #7C6314. Grayscale: #9D9D9D. Windows color (decimal): -8151829 or 15441027. OLE color: 15441027.

HSL color Cylindrical-coordinate representation of color #839CEB: hue angle of 225.58º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #839CEB is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 156 235 -
CMYK 0.44 0.34 0 0.08
HSL 225.58º 0.72% 0.72% -
HSV(B) 225.58º 0.44% 0.92% -
XYZ 36.24 34.6 83.37 -
YUV 157.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 131 156 235 0.44 0.34 0 0.08 225.58 0.72 0.72
Hex 83 9C EB 2C 22 0 8 E2 48 48
Octal 203 234 353 54 42 0 10 342 110 110
Binary 10000011 10011100 11101011 101100 100010 0 1000 11100010 1001000 1001000

Color Harmonies of #839CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CEB

Black with #839CEB

Text Example


Text Example

White with #839CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,156,235); }

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

background-color css

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

 a { background-color: rgb(131,156,235); }

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

border-color css

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

 span { border-color: rgb(131,156,235); }

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