Html Css Color HEX #838ADF Portage

📋 copy color: '#838ADF'

red 131 ◦ green 138 ◦ blue 223

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

Shades of Portage #838ADF

Tints of Portage #838ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 26.63%
G = 28.05%
B = 45.33%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#838ADF (or 0x838ADF) is known color: Portage. HEX triplet: 83, 8A and DF. RGB value is (131,138,223). Sum of RGB (Red+Green+Blue) = 131+138+223=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #838ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ADF is #7C7520. Grayscale: #919191. Windows color (decimal): -8156449 or 14649987. OLE color: 14649987.

HSL color Cylindrical-coordinate representation of color #838ADF: hue angle of 235.43º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #838ADF is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 138 223 -
CMYK 0.41 0.38 0 0.13
HSL 235.43º 0.59% 0.69% -
HSV(B) 235.43º 0.41% 0.87% -
XYZ 31.77 28.33 73.61 -
YUV 145.6 171.68 117.59 -
System Red Green Blue C M Y K H S L
Decimal 131 138 223 0.41 0.38 0 0.13 235.43 0.59 0.69
Hex 83 8A DF 29 26 0 D EB 3B 45
Octal 203 212 337 51 46 0 15 353 73 105
Binary 10000011 10001010 11011111 101001 100110 0 1101 11101011 111011 1000101

Color Harmonies of #838ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838ADF

Black with #838ADF

Text Example


Text Example

White with #838ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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