Html Css Color HEX #839FED Portage

📋 copy color: '#839FED'

red 131 ◦ green 159 ◦ blue 237

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

Shades of Portage #839FED

Tints of Portage #839FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.17%

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

R = 24.86%
G = 30.17%
B = 44.97%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#839FED (or 0x839FED) is known color: Portage. HEX triplet: 83, 9F and ED. RGB value is (131,159,237). Sum of RGB (Red+Green+Blue) = 131+159+237=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #839FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839FED is #7C6012. Grayscale: #9F9F9F. Windows color (decimal): -8151059 or 15572867. OLE color: 15572867.

HSL color Cylindrical-coordinate representation of color #839FED: hue angle of 224.15º 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 #839FED is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 159 237 -
CMYK 0.45 0.33 0 0.07
HSL 224.15º 0.75% 0.72% -
HSV(B) 224.15º 0.45% 0.93% -
XYZ 37.04 35.74 85.07 -
YUV 159.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 131 159 237 0.45 0.33 0 0.07 224.15 0.75 0.72
Hex 83 9F ED 2D 21 0 7 E0 4B 48
Octal 203 237 355 55 41 0 7 340 113 110
Binary 10000011 10011111 11101101 101101 100001 0 111 11100000 1001011 1001000

Color Harmonies of #839FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FED

Black with #839FED

Text Example


Text Example

White with #839FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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