Html Css Color HEX #838FDA Portage

📋 copy color: '#838FDA'

red 131 ◦ green 143 ◦ blue 218

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

Shades of Portage #838FDA

Tints of Portage #838FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.07%

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 26.63%
G = 29.07%
B = 44.31%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#838FDA (or 0x838FDA) is known color: Portage. HEX triplet: 83, 8F and DA. RGB value is (131,143,218). Sum of RGB (Red+Green+Blue) = 131+143+218=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #838FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FDA is #7C7025. Grayscale: #939393. Windows color (decimal): -8155174 or 14323587. OLE color: 14323587.

HSL color Cylindrical-coordinate representation of color #838FDA: hue angle of 231.72º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838FDA is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 143 218 -
CMYK 0.40 0.34 0 0.15
HSL 231.72º 0.54% 0.68% -
HSV(B) 231.72º 0.4% 0.85% -
XYZ 31.84 29.53 70.35 -
YUV 147.96 167.52 115.9 -
System Red Green Blue C M Y K H S L
Decimal 131 143 218 0.40 0.34 0 0.15 231.72 0.54 0.68
Hex 83 8F DA 28 22 0 F E8 36 44
Octal 203 217 332 50 42 0 17 350 66 104
Binary 10000011 10001111 11011010 101000 100010 0 1111 11101000 110110 1000100

Color Harmonies of #838FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FDA

Black with #838FDA

Text Example


Text Example

White with #838FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,143,218); }

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

background-color css

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

 a { background-color: rgb(131,143,218); }

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

border-color css

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

 span { border-color: rgb(131,143,218); }

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