Html Css Color HEX #838BDD Portage

📋 copy color: '#838BDD'

red 131 ◦ green 139 ◦ blue 221

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

Shades of Portage #838BDD

Tints of Portage #838BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.31%

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 26.68%
G = 28.31%
B = 45.01%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#838BDD (or 0x838BDD) is known color: Portage. HEX triplet: 83, 8B and DD. RGB value is (131,139,221). Sum of RGB (Red+Green+Blue) = 131+139+221=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #838BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BDD is #7C7422. Grayscale: #919191. Windows color (decimal): -8156195 or 14519171. OLE color: 14519171.

HSL color Cylindrical-coordinate representation of color #838BDD: hue angle of 234.67º degrees, saturation: 0.57, 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 #838BDD is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 139 221 -
CMYK 0.41 0.37 0 0.13
HSL 234.67º 0.57% 0.69% -
HSV(B) 234.67º 0.41% 0.87% -
XYZ 31.64 28.51 72.24 -
YUV 145.96 170.35 117.33 -
System Red Green Blue C M Y K H S L
Decimal 131 139 221 0.41 0.37 0 0.13 234.67 0.57 0.69
Hex 83 8B DD 29 25 0 D EB 39 45
Octal 203 213 335 51 45 0 15 353 71 105
Binary 10000011 10001011 11011101 101001 100101 0 1101 11101011 111001 1000101

Color Harmonies of #838BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BDD

Black with #838BDD

Text Example


Text Example

White with #838BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,139,221); }

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

background-color css

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

 a { background-color: rgb(131,139,221); }

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

border-color css

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

 span { border-color: rgb(131,139,221); }

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