Html Css Color HEX #838CDF Portage

📋 copy color: '#838CDF'

red 131 ◦ green 140 ◦ blue 223

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

Shades of Portage #838CDF

Tints of Portage #838CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.34%

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

R = 26.52%
G = 28.34%
B = 45.14%

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

#838CDF (or 0x838CDF) is known color: Portage. HEX triplet: 83, 8C and DF. RGB value is (131,140,223). Sum of RGB (Red+Green+Blue) = 131+140+223=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #838CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CDF is #7C7320. Grayscale: #929292. Windows color (decimal): -8155937 or 14650499. OLE color: 14650499.

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

Color convert

RGB 131 140 223 -
CMYK 0.41 0.37 0 0.13
HSL 234.13º 0.59% 0.69% -
HSV(B) 234.13º 0.41% 0.87% -
XYZ 32.06 28.91 73.7 -
YUV 146.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 131 140 223 0.41 0.37 0 0.13 234.13 0.59 0.69
Hex 83 8C DF 29 25 0 D EA 3B 45
Octal 203 214 337 51 45 0 15 352 73 105
Binary 10000011 10001100 11011111 101001 100101 0 1101 11101010 111011 1000101

Color Harmonies of #838CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838CDF

Black with #838CDF

Text Example


Text Example

White with #838CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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