Html Css Color HEX #838BF3 Portage

📋 copy color: '#838BF3'

red 131 ◦ green 139 ◦ blue 243

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

Shades of Portage #838BF3

Tints of Portage #838BF3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.1%

 BLUE value IS 243 (95.31% from 255) = 47.37%

R = 25.54%
G = 27.1%
B = 47.37%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#838BF3 (or 0x838BF3) is known color: Portage. HEX triplet: 83, 8B and F3. RGB value is (131,139,243). Sum of RGB (Red+Green+Blue) = 131+139+243=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #838BF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838BF3 is #7C740C. Grayscale: #949494. Windows color (decimal): -8156173 or 15960963. OLE color: 15960963.

HSL color Cylindrical-coordinate representation of color #838BF3: hue angle of 235.71º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #838BF3 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 139 243 -
CMYK 0.46 0.43 0 0.05
HSL 235.71º 0.82% 0.73% -
HSV(B) 235.71º 0.46% 0.95% -
XYZ 34.77 29.76 88.71 -
YUV 148.46 181.35 115.54 -
System Red Green Blue C M Y K H S L
Decimal 131 139 243 0.46 0.43 0 0.05 235.71 0.82 0.73
Hex 83 8B F3 2E 2B 0 5 EC 52 49
Octal 203 213 363 56 53 0 5 354 122 111
Binary 10000011 10001011 11110011 101110 101011 0 101 11101100 1010010 1001001

Color Harmonies of #838BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BF3

Black with #838BF3

Text Example


Text Example

White with #838BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838BF3; }

 p { color: rgb(131,139,243); }

 H1.HeaderClassName
 {
   color: #838BF3;
 }
 .AnyTagClassName
 {
   color: #838BF3;
 }
</style>

background-color css

<style>
 a { background-color: #838BF3; }

 a { background-color: rgb(131,139,243); }

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

border-color css

<style>
 span { border-color: #838BF3; }

 span { border-color: rgb(131,139,243); }

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