Html Css Color HEX #838AF0 Portage

📋 copy color: '#838AF0'

red 131 ◦ green 138 ◦ blue 240

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

Shades of Portage #838AF0

Tints of Portage #838AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.15%

R = 25.74%
G = 27.11%
B = 47.15%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#838AF0 (or 0x838AF0) is known color: Portage. HEX triplet: 83, 8A and F0. RGB value is (131,138,240). Sum of RGB (Red+Green+Blue) = 131+138+240=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #838AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838AF0 is #7C750F. Grayscale: #939393. Windows color (decimal): -8156432 or 15764099. OLE color: 15764099.

HSL color Cylindrical-coordinate representation of color #838AF0: hue angle of 236.15º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #838AF0 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 138 240 -
CMYK 0.45 0.42 0 0.06
HSL 236.15º 0.78% 0.73% -
HSV(B) 236.15º 0.45% 0.94% -
XYZ 34.18 29.29 86.29 -
YUV 147.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 131 138 240 0.45 0.42 0 0.06 236.15 0.78 0.73
Hex 83 8A F0 2D 2A 0 6 EC 4E 49
Octal 203 212 360 55 52 0 6 354 116 111
Binary 10000011 10001010 11110000 101101 101010 0 110 11101100 1001110 1001001

Color Harmonies of #838AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838AF0

Black with #838AF0

Text Example


Text Example

White with #838AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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