Html Css Color HEX #838ADB Portage

📋 copy color: '#838ADB'

red 131 ◦ green 138 ◦ blue 219

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

Shades of Portage #838ADB

Tints of Portage #838ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 26.84%
G = 28.28%
B = 44.88%

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

#838ADB (or 0x838ADB) is known color: Portage. HEX triplet: 83, 8A and DB. RGB value is (131,138,219). Sum of RGB (Red+Green+Blue) = 131+138+219=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #838ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ADB is #7C7524. Grayscale: #909090. Windows color (decimal): -8156453 or 14387843. OLE color: 14387843.

HSL color Cylindrical-coordinate representation of color #838ADB: hue angle of 235.23º degrees, saturation: 0.55, 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 #838ADB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 138 219 -
CMYK 0.40 0.37 0 0.14
HSL 235.23º 0.55% 0.69% -
HSV(B) 235.23º 0.4% 0.86% -
XYZ 31.23 28.12 70.8 -
YUV 145.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 131 138 219 0.40 0.37 0 0.14 235.23 0.55 0.69
Hex 83 8A DB 28 25 0 E EB 37 45
Octal 203 212 333 50 45 0 16 353 67 105
Binary 10000011 10001010 11011011 101000 100101 0 1110 11101011 110111 1000101

Color Harmonies of #838ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838ADB

Black with #838ADB

Text Example


Text Example

White with #838ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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