Html Css Color HEX #838ADC Portage

📋 copy color: '#838ADC'

red 131 ◦ green 138 ◦ blue 220

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

Shades of Portage #838ADC

Tints of Portage #838ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 26.79%
G = 28.22%
B = 44.99%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#838ADC (or 0x838ADC) is known color: Portage. HEX triplet: 83, 8A and DC. RGB value is (131,138,220). Sum of RGB (Red+Green+Blue) = 131+138+220=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #838ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ADC is #7C7523. Grayscale: #909090. Windows color (decimal): -8156452 or 14453379. OLE color: 14453379.

HSL color Cylindrical-coordinate representation of color #838ADC: hue angle of 235.28º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838ADC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 138 220 -
CMYK 0.40 0.37 0 0.14
HSL 235.28º 0.56% 0.69% -
HSV(B) 235.28º 0.4% 0.86% -
XYZ 31.37 28.17 71.49 -
YUV 145.26 170.18 117.83 -
System Red Green Blue C M Y K H S L
Decimal 131 138 220 0.40 0.37 0 0.14 235.28 0.56 0.69
Hex 83 8A DC 28 25 0 E EB 38 45
Octal 203 212 334 50 45 0 16 353 70 105
Binary 10000011 10001010 11011100 101000 100101 0 1110 11101011 111000 1000101

Color Harmonies of #838ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838ADC

Black with #838ADC

Text Example


Text Example

White with #838ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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