Html Css Color HEX #838AF3 Portage

📋 copy color: '#838AF3'

red 131 ◦ green 138 ◦ blue 243

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

Shades of Portage #838AF3

Tints of Portage #838AF3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.95%

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

R = 25.59%
G = 26.95%
B = 47.46%

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

#838AF3 (or 0x838AF3) is known color: Portage. HEX triplet: 83, 8A and F3. RGB value is (131,138,243). Sum of RGB (Red+Green+Blue) = 131+138+243=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #838AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838AF3 is #7C750C. Grayscale: #939393. Windows color (decimal): -8156429 or 15960707. OLE color: 15960707.

HSL color Cylindrical-coordinate representation of color #838AF3: hue angle of 236.25º 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 #838AF3 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 138 243 -
CMYK 0.46 0.43 0 0.05
HSL 236.25º 0.82% 0.73% -
HSV(B) 236.25º 0.46% 0.95% -
XYZ 34.63 29.47 88.66 -
YUV 147.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 131 138 243 0.46 0.43 0 0.05 236.25 0.82 0.73
Hex 83 8A F3 2E 2B 0 5 EC 52 49
Octal 203 212 363 56 53 0 5 354 122 111
Binary 10000011 10001010 11110011 101110 101011 0 101 11101100 1010010 1001001

Color Harmonies of #838AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838AF3

Black with #838AF3

Text Example


Text Example

White with #838AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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